static extern int CM_Get_Child(ref int pdnDevInst, int dnDevInst, int ulFlags);
static extern int CM_Get_Child(out UInt32 pdnDevInst, UInt32 dnDevInst, int ulFlags);
Declare Function CM_Get_Child Lib "setupapi.dll" (TODO) As TODO