ReactOS 0.4.16-dev-197-g92996da
|
#include <ntgdihdl.h>
Public Attributes | |
GDI_TABLE_ENTRY | Entries [GDI_HANDLE_COUNT] |
DEVCAPS | DevCaps |
FLONG | flDeviceUniq |
PVOID | pvLangPack |
CFONT | cfPublic [GDI_CFONT_MAX] |
DWORD | dwCFCount |
Definition at line 244 of file ntgdihdl.h.
CFONT __GDI_SHARED_HANDLE_TABLE::cfPublic[GDI_CFONT_MAX] |
Definition at line 250 of file ntgdihdl.h.
DEVCAPS __GDI_SHARED_HANDLE_TABLE::DevCaps |
Definition at line 247 of file ntgdihdl.h.
Referenced by GdiProcessSetup().
DWORD __GDI_SHARED_HANDLE_TABLE::dwCFCount |
Definition at line 251 of file ntgdihdl.h.
GDI_TABLE_ENTRY __GDI_SHARED_HANDLE_TABLE::Entries[GDI_HANDLE_COUNT] |
Definition at line 246 of file ntgdihdl.h.
FLONG __GDI_SHARED_HANDLE_TABLE::flDeviceUniq |
Definition at line 248 of file ntgdihdl.h.
Referenced by DdQueryDisplaySettingsUniqueness().
PVOID __GDI_SHARED_HANDLE_TABLE::pvLangPack |
Definition at line 249 of file ntgdihdl.h.