ReactOS 0.4.16-dev-889-g9563c07
|
#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 210 of file pidl.h.
Referenced by _ILHACKCompareSimpleIds(), CDrivesFolder::BindToObject(), CDrivesExtractIcon_CreateInstance(), CDrivesFolder::CompareIDs(), and CDrivesFolder::GetDetailsOf().
WORD tagPIDLDATA::dummy |
Definition at line 213 of file pidl.h.
Referenced by _ILCreatePrinterItem().
struct tagFileStruct tagPIDLDATA::file |
Definition at line 211 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 219 of file pidl.h.
Referenced by _ILCreatePrinterItem().
PIDLTYPE tagPIDLDATA::type |
Definition at line 206 of file pidl.h.
Referenced by _ILCreatePrinterItem(), _ILIsCPanelStruct(), _ILIsSpecialFolder(), and pcheck().
union { ... } tagPIDLDATA::u |