Share via


DeviceInformation.DriverGuid Property (Microsoft.DirectX.DirectSound)

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

Definition

Visual Basic Public ReadOnly Property DriverGuid As GuidLeave Site
C# public GuidLeave Site DriverGuid { get; }
C++ public:
property GuidLeave Site DriverGuid {
        GuidLeave Site get();
}
JScript public function get DriverGuid() : GuidLeave Site

Property Value

System.Guid
The GUID of a DirectSound driver.

This property is read-only. 

Remarks

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.