Searched defs:ChildEnumInfo (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/
H A DVBoxMPDriver.cpp614 VBoxDrvGetVideoChildDescriptor(PVOID HwDeviceExtension, PVIDEO_CHILD_ENUM_INFO ChildEnumInfo, argument
623 if (ChildEnumInfo->ChildIndex>0)
625 if ((int)ChildEnumInfo->ChildIndex <= VBoxCommonFromDeviceExt(pExt)->cDisplays)
628 *pUId = ChildEnumInfo->ChildIndex;

Completed in 34 milliseconds