ReactOS 0.4.16-dev-340-g0540c21
|
#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 220 of file pidl.h.
Referenced by _ILHACKCompareSimpleIds(), CDrivesFolder::BindToObject(), CDrivesExtractIcon_CreateInstance(), CDrivesFolder::CompareIDs(), and CDrivesFolder::GetDetailsOf().
WORD tagPIDLDATA::dummy |
Definition at line 223 of file pidl.h.
Referenced by _ILCreatePrinterItem().
struct tagFileStruct tagPIDLDATA::file |
Definition at line 221 of file pidl.h.
Referenced by _ILHACKCompareSimpleIds(), CFSFolder::BindToObject(), and CFSFolder::CompareIDs().
struct tagGUIDStruct tagPIDLDATA::guid |
struct { ... } tagPIDLDATA::htmlhelp |
struct { ... } tagPIDLDATA::network |
CHAR tagPIDLDATA::szName[1] |
Definition at line 229 of file pidl.h.
Referenced by _ILCreatePrinterItem(), and _ILCreateRecycleItem().
PIDLTYPE tagPIDLDATA::type |
Definition at line 216 of file pidl.h.
Referenced by _ILCreatePrinterItem(), _ILCreateRecycleItem(), _ILIsCPanelStruct(), _ILIsDrive(), _ILIsFolder(), _ILIsSpecialFolder(), _ILIsUnicode(), _ILIsValue(), and pcheck().
union { ... } tagPIDLDATA::u |