DirectX SDK

DirectSoundEnum.GetGuid

The DirectSoundEnum.GetGuid method return the unique identifier of the specified DirectSound device.

object.GetGuid(index As Long) As String

Parameters

object
Object expression that resolves to a DirectSoundEnum object.
index
The particular DirectSound device in the DirectSoundEnum object.

Return Values

The unique identifier of the DirectSound device.

Error Codes

If the method fails, an error is raised and Err.Number will be set.