ReactOS 0.4.15-dev-7842-g558ab78
_GRAPHICS_DEVICE Struct Reference

#include <pdevobj.h>

Collaboration diagram for _GRAPHICS_DEVICE:

Public Attributes

WCHAR szNtDeviceName [CCHDEVICENAME/2]
 
WCHAR szWinDeviceName [CCHDEVICENAME/2]
 
struct _GRAPHICS_DEVICEpNextGraphicsDevice
 
struct _GRAPHICS_DEVICEpVgaDevice
 
PDEVICE_OBJECT DeviceObject
 
PDEVICE_OBJECT PhysDeviceHandle
 
DWORD hkClassDriverConfig
 
DWORD StateFlags
 
ULONG cbdevmodeInfo
 
PDEVMODEINFO pdevmodeInfo
 
ULONG cDevModes
 
PDEVMODEENTRY pDevModeList
 
LPWSTR pDiplayDrivers
 
LPWSTR pwszDescription
 
DWORD dwMonCnt
 
PVIDEO_MONITOR_DEVICE pvMonDev
 
PFILE_OBJECT FileObject
 
DWORD ProtocolType
 

Detailed Description

Definition at line 57 of file pdevobj.h.

Member Data Documentation

◆ cbdevmodeInfo

ULONG _GRAPHICS_DEVICE::cbdevmodeInfo

Definition at line 67 of file pdevobj.h.

◆ cDevModes

ULONG _GRAPHICS_DEVICE::cDevModes

Definition at line 69 of file pdevobj.h.

Referenced by EngpRegisterGraphicsDevice(), and UserEnumDisplaySettings().

◆ DeviceObject

PDEVICE_OBJECT _GRAPHICS_DEVICE::DeviceObject

Definition at line 63 of file pdevobj.h.

Referenced by EngpRegisterGraphicsDevice(), and PDEVOBJ_Create().

◆ dwMonCnt

DWORD _GRAPHICS_DEVICE::dwMonCnt

Definition at line 73 of file pdevobj.h.

Referenced by EngpFindGraphicsDevice().

◆ FileObject

PFILE_OBJECT _GRAPHICS_DEVICE::FileObject

Definition at line 75 of file pdevobj.h.

Referenced by EngpRegisterGraphicsDevice().

◆ hkClassDriverConfig

DWORD _GRAPHICS_DEVICE::hkClassDriverConfig

Definition at line 65 of file pdevobj.h.

◆ pdevmodeInfo

PDEVMODEINFO _GRAPHICS_DEVICE::pdevmodeInfo

Definition at line 68 of file pdevobj.h.

Referenced by PDEVOBJ_vRefreshModeList().

◆ pDevModeList

PDEVMODEENTRY _GRAPHICS_DEVICE::pDevModeList

Definition at line 70 of file pdevobj.h.

Referenced by PDEVOBJ_vRefreshModeList(), and UserEnumDisplaySettings().

◆ pDiplayDrivers

LPWSTR _GRAPHICS_DEVICE::pDiplayDrivers

Definition at line 71 of file pdevobj.h.

Referenced by EngpRegisterGraphicsDevice(), and EngpUpdateGraphicsDeviceList().

◆ PhysDeviceHandle

PDEVICE_OBJECT _GRAPHICS_DEVICE::PhysDeviceHandle

Definition at line 64 of file pdevobj.h.

Referenced by EngpRegisterGraphicsDevice(), and UserEnumDisplayDevices().

◆ pNextGraphicsDevice

struct _GRAPHICS_DEVICE* _GRAPHICS_DEVICE::pNextGraphicsDevice

◆ ProtocolType

DWORD _GRAPHICS_DEVICE::ProtocolType

Definition at line 76 of file pdevobj.h.

◆ pVgaDevice

struct _GRAPHICS_DEVICE* _GRAPHICS_DEVICE::pVgaDevice

Definition at line 62 of file pdevobj.h.

Referenced by EngpUpdateGraphicsDeviceList().

◆ pvMonDev

PVIDEO_MONITOR_DEVICE _GRAPHICS_DEVICE::pvMonDev

Definition at line 74 of file pdevobj.h.

Referenced by UserEnumDisplayDevices().

◆ pwszDescription

LPWSTR _GRAPHICS_DEVICE::pwszDescription

Definition at line 72 of file pdevobj.h.

Referenced by EngpRegisterGraphicsDevice(), and UserEnumDisplayDevices().

◆ StateFlags

DWORD _GRAPHICS_DEVICE::StateFlags

◆ szNtDeviceName

WCHAR _GRAPHICS_DEVICE::szNtDeviceName[CCHDEVICENAME/2]

◆ szWinDeviceName


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