CM_Get_Device_ID_Size (setupapi)
Last changed: -109.128.58.14

.
Summary
TODO - a short description

C# Signature:

[DllImport("setupapi.dll", SetLastError = true)]

public static extern int CM_Get_Device_ID_Size(out uint pulLen, uint dnDevInst, uint flags);

VB Signature:

Declare Function CM_Get_Device_ID_Size 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