ReactOS 0.4.16-dev-197-g92996da
|
#include <gdi.h>
Public Attributes | |
PVOID | KernelData |
HANDLE | ProcessId |
LONG | Type |
PVOID | UserData |
DWORD | ProcessId |
union { | |
LONG Type | |
struct { | |
USHORT FullUnique | |
UCHAR ObjectType | |
UCHAR Flags | |
} | |
}; | |
union { ... } _GDI_TABLE_ENTRY::@5099 |
UCHAR _GDI_TABLE_ENTRY::Flags |
Definition at line 212 of file ntgdihdl.h.
USHORT _GDI_TABLE_ENTRY::FullUnique |
Definition at line 210 of file ntgdihdl.h.
Referenced by GetHandleUserData(), and IsHandleValid().
PVOID _GDI_TABLE_ENTRY::KernelData |
Definition at line 3 of file gdi.h.
Referenced by GetHandleUserData(), and IsHandleValid().
UCHAR _GDI_TABLE_ENTRY::ObjectType |
Definition at line 211 of file ntgdihdl.h.
DWORD _GDI_TABLE_ENTRY::ProcessId |
Definition at line 206 of file ntgdihdl.h.
PVOID _GDI_TABLE_ENTRY::UserData |
Definition at line 6 of file gdi.h.
Referenced by GetHandleUserData().