AudioDeviceModule.InstanceId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an identifier, defined by the driver developer, that disambiguates between multiple instances of the same module class in the driver topology.
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
Property Value
An identifier that disambiguates between multiple instances of the same module class in the driver topology.