CM_Get_Device_ID (setupapi)
Last changed: -165.225.12.179

.
Summary
The CM_Get_Device_ID function retrieves the device instance ID for a specified device instance on the local machine.

C# Signature:

[DllImport("setupapi.dll", SetLastError=true)]
static extern int CM_Get_Device_ID(IntPtr pdnDevInst, IntPtr buffer, uint bufferLen, uint flags);

VB Signature:

Declare Function CM_Get_Device_ID Lib "setupapi.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation