Platform SDK: DirectX |
The Direct3DEnumDevices.GetDescription method returns user-friendly description of the desired Direct3D device.
object.GetDescription(index As Long) As String
If the method succeeds, the return value is the user-friendly description of the enumerated device.
If the method fails, the method sets Err.Number to an error code and raises an error. For a list of possible error codes, see Direct3D Immediate Mode Error Codes.