|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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(), and CDrivesFolder::CompareIDs().
| 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 |