共用方式為


AudioDeviceModule.InstanceId 屬性

定義

取得驅動程式開發人員所定義的識別碼,以厘清驅動程式拓撲中相同模組類別的多個實例。

public:
 property unsigned int InstanceId { unsigned int get(); };
uint32_t InstanceId();
public uint InstanceId { get; }
var uInt32 = audioDeviceModule.instanceId;
Public ReadOnly Property InstanceId As UInteger

屬性值

UInt32

unsigned int

uint32_t

識別碼,可厘清驅動程式拓撲中相同模組類別的多個實例。

適用於