DeviceInformation.DriverGuid Property |
Language: |
Retrieves the globally unique identifier (GUID) of a Microsoft DirectSound driver.
Visual Basic Public ReadOnly Property DriverGuid As Guid C# public Guid DriverGuid { get; } C++ public:
property Guid DriverGuid {
Guid get();
}JScript public function get DriverGuid() : Guid
System.Guid
This property is read-only.
The GUID of a DirectSound driver.
The primary device can have more than one 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.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center