[DllImport("setupapi.dll", SetLastError=true)]
static extern int CM_Get_Sibling(out UInt32 pdnDevInst, UInt32 dnDevInst, int ulFlags);
Declare Function CM_Get_Sibling Lib "setupapi.dll" (TODO) As TODO
None.
outputDeviceInstance, Caller-supplied pointer to the device instance handle to the sibling node that this function retrieves. The retrieved handle is bound to the local machine.
inputDeviceInstance, Caller-supplied device instance handle that is bound to the local machine
flags, Not used, must be zero.
Do you know one? Please contribute it!
DEVINST is a DWORD, not a pointer. This matters on 64-bit platforms.
Please add some!
Please add some!