.
.
static extern int CM_Get_Device_ID_Size(out int pulLen, UInt32 dnDevInst, int flags = 0);
.
Declare Function CM_Get_Device_ID_Size Lib "setupapi.dll" (TODO) As TODO
.
.
.
static extern int CM_Get_Device_ID_Size(ref int pulLen, int dnDevInst, int ulFlags);
.
.
static extern TODO CM_Get_Device_ID_Size(TODO);
.
Declare Function CM_Get_Device_ID_Size Lib "setupapi.dll" (TODO) As TODO
.