ReactOS 0.4.15-dev-7906-g1b85a5f
_GDI_TABLE_ENTRY Struct Reference

#include <gdi.h>

Collaboration diagram for _GDI_TABLE_ENTRY:

Public Attributes

PVOID KernelData
 
HANDLE ProcessId
 
LONG Type
 
PVOID UserData
 
DWORD ProcessId
 
union {
   LONG   Type
 
   struct {
      USHORT   FullUnique
 
      UCHAR   ObjectType
 
      UCHAR   Flags
 
   } 
 
}; 
 

Detailed Description

Definition at line 1 of file gdi.h.

Member Data Documentation

◆ 

union { ... } _GDI_TABLE_ENTRY::@5103

◆ Flags

UCHAR _GDI_TABLE_ENTRY::Flags

Definition at line 212 of file ntgdihdl.h.

◆ FullUnique

USHORT _GDI_TABLE_ENTRY::FullUnique

Definition at line 210 of file ntgdihdl.h.

Referenced by GetHandleUserData(), and IsHandleValid().

◆ KernelData

PVOID _GDI_TABLE_ENTRY::KernelData

Definition at line 3 of file gdi.h.

Referenced by GetHandleUserData(), and IsHandleValid().

◆ ObjectType

UCHAR _GDI_TABLE_ENTRY::ObjectType

Definition at line 211 of file ntgdihdl.h.

◆ ProcessId [1/2]

HANDLE _GDI_TABLE_ENTRY::ProcessId

Definition at line 4 of file gdi.h.

◆ ProcessId [2/2]

DWORD _GDI_TABLE_ENTRY::ProcessId

Definition at line 206 of file ntgdihdl.h.

◆ Type

LONG _GDI_TABLE_ENTRY::Type

Definition at line 5 of file gdi.h.

◆ UserData

PVOID _GDI_TABLE_ENTRY::UserData

Definition at line 6 of file gdi.h.

Referenced by GetHandleUserData().


The documentation for this struct was generated from the following files: