[ TDx_Draw_Library ]
[ next: TDDGammaRamp ]
[ prev: TDDColorKey ]
class TDDDeviceIdentifier : public TComponent
class PACKAGE TDDDeviceIdentifier : public TComponent
class type : Wrapper
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DESCRIPTION
Top
Properties
Methods
Events
See Also
The TDDDeviceIdentifier component wraps the DirectX DDDEVICEIDENTIFIER2 structure, which defines a device's identifier information.
It is used by TDx_Draw::GetDeviceIdentifier() when retrieving information which uniquely identifies a device.
TDDDeviceIdentifier::Driver and TDDDeviceIdentifier::Description may be displayed for the benefit of the user, but should not be used to identify a particular driver. They may contain identical strings for different drivers or different strings for the same driver from a different manufacturer.
TDDDeviceIdentifier::VendorId, TDDDeviceIdentifier::DeviceId, TDDDeviceIdentifier::SubsysId and TDDDeviceIdentifier::Revision may be used to identify specific chipsets but only with extreme caution.
PROPERTIES
Top
Properties
Methods
Events
See Also
Description
DeviceId
DeviceIdentifier
Driver
DriverVersion
ErrorValue
Revision
Size
SubSysId
VendorId
WHQLLevel
METHODS
Top
Properties
Methods
Events
See Also
Clear
EVENTS
Top
Properties
Methods
Events
See Also
OnError
SEE ALSO
Top
Properties
Methods
Events
See Also
TDx_Draw::GetDeviceIdentifier()