ReactOS 0.4.15-dev-8052-gc0e3179
tagDDDEVICEIDENTIFIER2 Struct Reference

#include <ddraw.h>

Collaboration diagram for tagDDDEVICEIDENTIFIER2:

Public Attributes

char szDriver [MAX_DDDEVICEID_STRING]
 
char szDescription [MAX_DDDEVICEID_STRING]
 
DWORD dwDriverVersionLowPart
 
DWORD dwDriverVersionHighPart
 
DWORD dwVendorId
 
DWORD dwDeviceId
 
DWORD dwSubSysId
 
DWORD dwRevision
 
GUID guidDeviceIdentifier
 
DWORD dwWHQLLevel
 

Detailed Description

Definition at line 1343 of file ddraw.h.

Member Data Documentation

◆ dwDeviceId

DWORD tagDDDEVICEIDENTIFIER2::dwDeviceId

Definition at line 1354 of file ddraw.h.

Referenced by ddraw7_GetDeviceIdentifier(), and Main_DirectDraw_GetDeviceIdentifier7().

◆ dwDriverVersionHighPart

DWORD tagDDDEVICEIDENTIFIER2::dwDriverVersionHighPart

Definition at line 1351 of file ddraw.h.

◆ dwDriverVersionLowPart

DWORD tagDDDEVICEIDENTIFIER2::dwDriverVersionLowPart

Definition at line 1350 of file ddraw.h.

◆ dwRevision

DWORD tagDDDEVICEIDENTIFIER2::dwRevision

Definition at line 1356 of file ddraw.h.

Referenced by ddraw7_GetDeviceIdentifier(), and Main_DirectDraw_GetDeviceIdentifier7().

◆ dwSubSysId

DWORD tagDDDEVICEIDENTIFIER2::dwSubSysId

Definition at line 1355 of file ddraw.h.

Referenced by ddraw7_GetDeviceIdentifier(), and Main_DirectDraw_GetDeviceIdentifier7().

◆ dwVendorId

DWORD tagDDDEVICEIDENTIFIER2::dwVendorId

Definition at line 1353 of file ddraw.h.

Referenced by ddraw7_GetDeviceIdentifier(), and Main_DirectDraw_GetDeviceIdentifier7().

◆ dwWHQLLevel

DWORD tagDDDEVICEIDENTIFIER2::dwWHQLLevel

Definition at line 1358 of file ddraw.h.

Referenced by ddraw7_GetDeviceIdentifier(), and Main_DirectDraw_GetDeviceIdentifier7().

◆ guidDeviceIdentifier

GUID tagDDDEVICEIDENTIFIER2::guidDeviceIdentifier

Definition at line 1357 of file ddraw.h.

Referenced by ddraw7_GetDeviceIdentifier(), and Main_DirectDraw_GetDeviceIdentifier7().

◆ szDescription

char tagDDDEVICEIDENTIFIER2::szDescription[MAX_DDDEVICEID_STRING]

Definition at line 1346 of file ddraw.h.

Referenced by ddraw7_GetDeviceIdentifier(), and Main_DirectDraw_GetDeviceIdentifier7().

◆ szDriver

char tagDDDEVICEIDENTIFIER2::szDriver[MAX_DDDEVICEID_STRING]

Definition at line 1345 of file ddraw.h.

Referenced by ddraw7_GetDeviceIdentifier(), and Main_DirectDraw_GetDeviceIdentifier7().


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