ReactOS 0.4.16-dev-122-g325d74c
|
Go to the source code of this file.
Enumerations | |
enum | NtObjectColumns { NTOBJECT_COLUMN_NAME = 0 , NTOBJECT_COLUMN_TYPE , NTOBJECT_COLUMN_LINKTARGET , NTOBJECT_COLUMN_END } |
Variables | |
const GUID | CLSID_NtObjectFolder = { 0x845b0fb2, 0x66e0, 0x416b, { 0x8f, 0x91, 0x31, 0x4e, 0x23, 0xf7, 0xc1, 0x2d } } |
static const GUID | GUID_NtObjectColumns = { 0xf4c430c3, 0x3a8d, 0x4b56, { 0xa0, 0x18, 0xe5, 0x98, 0xda, 0x60, 0xc2, 0xe0 } } |
Enumerator | |
---|---|
NTOBJECT_COLUMN_NAME | |
NTOBJECT_COLUMN_TYPE | |
NTOBJECT_COLUMN_LINKTARGET | |
NTOBJECT_COLUMN_END |
Definition at line 18 of file ntobjfolder.cpp.
const GUID CLSID_NtObjectFolder = { 0x845b0fb2, 0x66e0, 0x416b, { 0x8f, 0x91, 0x31, 0x4e, 0x23, 0xf7, 0xc1, 0x2d } } |
Definition at line 13 of file ntobjfolder.cpp.
Referenced by CCommonFolder< TSelf, TItemId, TExtractIcon >::GetClassID().
|
static |
Definition at line 16 of file ntobjfolder.cpp.
Referenced by CNtObjectFolder::GetDetailsEx(), and CNtObjectFolder::MapColumnToSCID().