|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <shlobj.h>

Public Attributes | |
| UINT | cbSize |
| IShellFolder * | pshf |
| IShellView * | psvOuter |
| PCIDLIST_ABSOLUTE | pidl |
| LONG | lEvents |
| LPFNVIEWCALLBACK | pfnCallback |
| FOLDERVIEWMODE | fvm |
| UINT _CSFV::cbSize |
Definition at line 1281 of file shlobj.h.
Referenced by test_SHCreateShellFolderViewEx().
| FOLDERVIEWMODE _CSFV::fvm |
Definition at line 1287 of file shlobj.h.
Referenced by CShellFolderViewCBWrapper::Initialize(), and SHCreateShellFolderViewEx().
| LONG _CSFV::lEvents |
Definition at line 1285 of file shlobj.h.
Referenced by CShellFolderViewCBWrapper::Initialize().
| LPFNVIEWCALLBACK _CSFV::pfnCallback |
Definition at line 1286 of file shlobj.h.
Referenced by CShellFolderViewCBWrapper::Initialize(), and SHCreateShellFolderViewEx().
| PCIDLIST_ABSOLUTE _CSFV::pidl |
Definition at line 1284 of file shlobj.h.
Referenced by CShellFolderViewCBWrapper::Initialize(), and SHCreateShellFolderViewEx().
| IShellFolder* _CSFV::pshf |
Definition at line 1282 of file shlobj.h.
Referenced by CShellFolderViewCBWrapper::Initialize(), SHCreateShellFolderViewEx(), and test_SHCreateShellFolderViewEx().
| IShellView* _CSFV::psvOuter |
Definition at line 1283 of file shlobj.h.
Referenced by CShellFolderViewCBWrapper::Initialize(), and SHCreateShellFolderViewEx().