ReactOS 0.4.16-dev-1276-g70732b0
|
#include <pidl.h>
Public Attributes | |
PIDLTYPE | type |
union { | |
struct tagGUIDStruct guid | |
struct tagDriveStruct drive | |
struct tagFileStruct file | |
struct { | |
WORD dummy | |
CHAR szNames [1] | |
} network | |
struct { | |
WORD dummy | |
DWORD dummy1 | |
CHAR szName [1] | |
} htmlhelp | |
struct tagPIDLCPanelStruct cpanel | |
struct tagValueW valueW | |
} | u |
struct tagPIDLCPanelStruct tagPIDLDATA::cpanel |
struct tagDriveStruct tagPIDLDATA::drive |
Definition at line 234 of file pidl.h.
Referenced by _ILHACKCompareSimpleIds(), CDrivesFolder::BindToObject(), CDrivesExtractIcon_CreateInstance(), CDrivesFolder::CompareIDs(), and CDrivesFolder::GetDetailsOf().
WORD tagPIDLDATA::dummy |
Definition at line 237 of file pidl.h.
Referenced by _ILCreatePrinterItem().
struct tagFileStruct tagPIDLDATA::file |
Definition at line 235 of file pidl.h.
Referenced by _ILGetFileAttributes(), _ILHACKCompareSimpleIds(), CFSFolder::BindToObject(), and CFSFolder::CompareIDs().
struct tagGUIDStruct tagPIDLDATA::guid |
Definition at line 233 of file pidl.h.
Referenced by CRegFolder::CompareRegItemsSortOrder().
struct { ... } tagPIDLDATA::htmlhelp |
struct { ... } tagPIDLDATA::network |
CHAR tagPIDLDATA::szName[1] |
Definition at line 243 of file pidl.h.
Referenced by _ILCreatePrinterItem().
PIDLTYPE tagPIDLDATA::type |
Definition at line 230 of file pidl.h.
Referenced by _ILCreatePrinterItem(), _ILIsCPanelStruct(), _ILIsSpecialFolder(), and pcheck().
union { ... } tagPIDLDATA::u |
Referenced by _ILCreatePrinterItem(), _ILGetFileAttributes(), _ILHACKCompareSimpleIds(), CDrivesFolder::BindToObject(), CFSFolder::BindToObject(), CDrivesExtractIcon_CreateInstance(), CDrivesFolder::CompareIDs(), CFSFolder::CompareIDs(), CRegFolder::CompareRegItemsSortOrder(), and CDrivesFolder::GetDetailsOf().