ReactOS 0.4.15-dev-7953-g1f49173
ntobjfolder.cpp File Reference
#include "precomp.h"
#include <wine/unicode.h>
Include dependency graph for ntobjfolder.cpp:

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 } }
 

Enumeration Type Documentation

◆ NtObjectColumns

Enumerator
NTOBJECT_COLUMN_NAME 
NTOBJECT_COLUMN_TYPE 
NTOBJECT_COLUMN_LINKTARGET 
NTOBJECT_COLUMN_END 

Definition at line 18 of file ntobjfolder.cpp.

19{
24};
@ NTOBJECT_COLUMN_NAME
Definition: ntobjfolder.cpp:20
@ NTOBJECT_COLUMN_LINKTARGET
Definition: ntobjfolder.cpp:22
@ NTOBJECT_COLUMN_END
Definition: ntobjfolder.cpp:23
@ NTOBJECT_COLUMN_TYPE
Definition: ntobjfolder.cpp:21

Variable Documentation

◆ CLSID_NtObjectFolder

const GUID CLSID_NtObjectFolder = { 0x845b0fb2, 0x66e0, 0x416b, { 0x8f, 0x91, 0x31, 0x4e, 0x23, 0xf7, 0xc1, 0x2d } }

◆ GUID_NtObjectColumns

const GUID GUID_NtObjectColumns = { 0xf4c430c3, 0x3a8d, 0x4b56, { 0xa0, 0x18, 0xe5, 0x98, 0xda, 0x60, 0xc2, 0xe0 } }
static