ReactOS 0.4.16-dev-91-g764881a
|
#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 1276 of file shlobj.h.
Referenced by test_SHCreateShellFolderViewEx().
FOLDERVIEWMODE _CSFV::fvm |
Definition at line 1282 of file shlobj.h.
Referenced by CShellFolderViewCBWrapper::Initialize(), and SHCreateShellFolderViewEx().
LONG _CSFV::lEvents |
Definition at line 1280 of file shlobj.h.
Referenced by CShellFolderViewCBWrapper::Initialize().
LPFNVIEWCALLBACK _CSFV::pfnCallback |
Definition at line 1281 of file shlobj.h.
Referenced by CShellFolderViewCBWrapper::Initialize(), and SHCreateShellFolderViewEx().
PCIDLIST_ABSOLUTE _CSFV::pidl |
Definition at line 1279 of file shlobj.h.
Referenced by CShellFolderViewCBWrapper::Initialize(), and SHCreateShellFolderViewEx().
IShellFolder* _CSFV::pshf |
Definition at line 1277 of file shlobj.h.
Referenced by CShellFolderViewCBWrapper::Initialize(), SHCreateShellFolderViewEx(), and test_SHCreateShellFolderViewEx().
IShellView* _CSFV::psvOuter |
Definition at line 1278 of file shlobj.h.
Referenced by CShellFolderViewCBWrapper::Initialize(), and SHCreateShellFolderViewEx().