ReactOS
0.4.15-dev-4614-ga5a6101
|
#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().
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 EngpRegisterGraphicsDevice(), and PDEVOBJ_vRefreshModeList().
PDEVMODEENTRY _GRAPHICS_DEVICE::pDevModeList |
Definition at line 70 of file pdevobj.h.
Referenced by EngpRegisterGraphicsDevice(), PDEVOBJ_vRefreshModeList(), and UserEnumDisplaySettings().
LPWSTR _GRAPHICS_DEVICE::pDiplayDrivers |
Definition at line 71 of file pdevobj.h.
Referenced by EngpRegisterGraphicsDevice().
struct _GRAPHICS_DEVICE* _GRAPHICS_DEVICE::pNextGraphicsDevice |
Definition at line 61 of file pdevobj.h.
Referenced by EngpFindGraphicsDevice(), and EngpRegisterGraphicsDevice().
struct _GRAPHICS_DEVICE* _GRAPHICS_DEVICE::pVgaDevice |
PVIDEO_MONITOR_DEVICE _GRAPHICS_DEVICE::pvMonDev |
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 EngpRegisterGraphicsDevice(), EngpUpdateGraphicsDeviceList(), InitDisplayDriver(), PDEVOBJ_bDynamicModeChange(), and UserEnumDisplayDevices().
WCHAR _GRAPHICS_DEVICE::szNtDeviceName[CCHDEVICENAME/2] |
Definition at line 59 of file pdevobj.h.
Referenced by EngpRegisterGraphicsDevice(), and UserEnumDisplayDevices().
WCHAR _GRAPHICS_DEVICE::szWinDeviceName[CCHDEVICENAME/2] |
Definition at line 60 of file pdevobj.h.
Referenced by co_IntInitializeDesktopGraphics(), EngpFindGraphicsDevice(), EngpGetPDEV(), EngpRegisterGraphicsDevice(), MDEVOBJ_Create(), and UserEnumDisplayDevices().