view.h
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:
系统编程
开发平台:
Visual C++
- //\//\//\//\//\//\//\//\//\//\//\//\//\//\//\//\//\//\//\//\
- //
- // view.h
- //
- // Definitions used by the IShellView helper functions.
- //
- // History:
- //
- // 3/20/97 edwardp Created.
- //
- ////////////////////////////////////////////////////////////////////////////////
- //
- // Check for previous includes of this file.
- //
- #ifndef _VIEW_H_
- #define _VIEW_H_
- //
- // Function prototypes.
- //
- HRESULT CreateDefaultShellView(IShellFolder *pIShellFolder,
- LPITEMIDLIST pidl,
- IShellView** ppIShellView);
- HRESULT CALLBACK IShellViewCallback(IShellView* pIShellViewOuter,
- IShellFolder* pIShellFolder,
- HWND hwnd,
- UINT msg,
- WPARAM wParam,
- LPARAM lParam);
- HRESULT IShellView_GetDetails(UINT nColumn, PDETAILSINFO pDetails);
- #endif // _VIEW_H_
English
