Microsoft DirectX 9.0 SDK Update (October 2004)

DeviceInformation.DriverGuid Property

Language:

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

Retrieves the globally unique identifier (GUID) of a Microsoft® DirectSound® driver.

Definition

Visual Basic .NET Public ReadOnly Property DriverGuid As Guid
C# public Guid DriverGuid { get; }
Managed C++ public: __property Guid get_DriverGuid();
JScript .NET public function get DriverGuid() : Guid

Property Value

System.Guid . The globally unique identifier (GUID) of a Microsoft® DirectSound® driver.

This property is read-only. 

Remarks

The primary device can have more than one globally unique identifier (GUID). The first is always null. This null GUID is used when the device is used as the primary device. Its actual GUID is used when it is used by its actual device identifier.


© 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