ReactOS 0.4.16-dev-109-gf4cb10f
|
#include <pdevobj.h>
ULONG _GRAPHICS_DEVICE::cDevModes |
Definition at line 69 of file pdevobj.h.
Referenced by EngpRegisterGraphicsDevice(), and UserEnumDisplaySettings().
PDEVICE_OBJECT _GRAPHICS_DEVICE::DeviceObject |
Definition at line 63 of file pdevobj.h.
Referenced by EngpRegisterGraphicsDevice(), and PDEVOBJ_Create().
DWORD _GRAPHICS_DEVICE::dwMonCnt |
Definition at line 73 of file pdevobj.h.
Referenced by EngpFindGraphicsDevice().
PFILE_OBJECT _GRAPHICS_DEVICE::FileObject |
Definition at line 75 of file pdevobj.h.
Referenced by EngpRegisterGraphicsDevice().
PDEVMODEINFO _GRAPHICS_DEVICE::pdevmodeInfo |
Definition at line 68 of file pdevobj.h.
Referenced by PDEVOBJ_vRefreshModeList().
PDEVMODEENTRY _GRAPHICS_DEVICE::pDevModeList |
Definition at line 70 of file pdevobj.h.
Referenced by PDEVOBJ_vRefreshModeList(), and UserEnumDisplaySettings().
LPWSTR _GRAPHICS_DEVICE::pDiplayDrivers |
Definition at line 71 of file pdevobj.h.
Referenced by EngpRegisterGraphicsDevice(), and EngpUpdateGraphicsDeviceList().
PDEVICE_OBJECT _GRAPHICS_DEVICE::PhysDeviceHandle |
Definition at line 64 of file pdevobj.h.
Referenced by EngpRegisterGraphicsDevice(), and UserEnumDisplayDevices().
struct _GRAPHICS_DEVICE* _GRAPHICS_DEVICE::pNextGraphicsDevice |
Definition at line 61 of file pdevobj.h.
Referenced by _Requires_lock_held_(), EngpFindGraphicsDevice(), and EngpUpdateGraphicsDeviceList().
struct _GRAPHICS_DEVICE* _GRAPHICS_DEVICE::pVgaDevice |
Definition at line 62 of file pdevobj.h.
Referenced by EngpUpdateGraphicsDeviceList().
PVIDEO_MONITOR_DEVICE _GRAPHICS_DEVICE::pvMonDev |
Definition at line 74 of file pdevobj.h.
Referenced by UserEnumDisplayDevices().
LPWSTR _GRAPHICS_DEVICE::pwszDescription |
Definition at line 72 of file pdevobj.h.
Referenced by EngpRegisterGraphicsDevice(), and UserEnumDisplayDevices().
DWORD _GRAPHICS_DEVICE::StateFlags |
Definition at line 66 of file pdevobj.h.
Referenced by EngpUpdateGraphicsDeviceList(), InitDisplayDriver(), PDEVOBJ_bDynamicModeChange(), and UserEnumDisplayDevices().
WCHAR _GRAPHICS_DEVICE::szNtDeviceName[CCHDEVICENAME/2] |
Definition at line 59 of file pdevobj.h.
Referenced by EngpRegisterGraphicsDevice(), EngpUpdateGraphicsDeviceList(), and UserEnumDisplayDevices().
WCHAR _GRAPHICS_DEVICE::szWinDeviceName[CCHDEVICENAME/2] |
Definition at line 60 of file pdevobj.h.
Referenced by co_IntInitializeDesktopGraphics(), EngpFindGraphicsDevice(), EngpGetPDEV(), EngpRegisterGraphicsDevice(), EngpUpdateGraphicsDeviceList(), MDEVOBJ_Create(), and UserEnumDisplayDevices().