Microsoft DirectX 9.0 SDK Update (October 2004)

AdapterDetails.VendorId Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves a value used to identify the manufacturer.

Definition

Visual Basic .NET Public ReadOnly Property VendorId As Integer
C# public int VendorId { get; }
Managed C++ public: __property int get_VendorId();
JScript .NET public function get VendorId() : int

Property Value

System.Int32 . Value used to identify the manufacturer.

This property is read-only. 

Remarks

The value can be zero if it is unknown.

The VendorId, DeviceId, SubSystemId, and Revision members can be used in tandem to identify particular chip sets. However, these members should be used with caution.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center