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

/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp2996 PCM_PARTIAL_RESOURCE_LIST pCtrlData; local
2997 if (GetDevCfgData(pCtrlInf, &pCtrlData))
2999 unsigned cList = pCtrlData->Count;
3000 PCM_PARTIAL_RESOURCE_DESCRIPTOR pResDesc = pCtrlData->PartialDescriptors;
3131 PCM_PARTIAL_RESOURCE_LIST pCtrlData; local
3132 if (GetDevCfgData(pCtrlInf, &pCtrlData))
3134 unsigned cList = pCtrlData->Count;
3135 PCM_PARTIAL_RESOURCE_DESCRIPTOR pResDesc = pCtrlData->PartialDescriptors;

Completed in 71 milliseconds