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

/vbox/src/VBox/Additions/WINNT/Mouse/NT5/
H A DVBoxMFInternal.cpp356 CM_RESOURCE_LIST *pResourceList = (CM_RESOURCE_LIST *)&buffer[0]; local
368 LOG(("Number of descriptors: %d", pResourceList->Count));
371 for (ULONG i=0; i<pResourceList->Count; ++i)
373 CM_FULL_RESOURCE_DESCRIPTOR *pFullDescriptor = &pResourceList->List[i];
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-win.cpp308 * @param pResourceList list of device resources.
310 static void vbgdNtShowDeviceResources(PCM_PARTIAL_RESOURCE_LIST pResourceList) argument
313 PCM_PARTIAL_RESOURCE_DESCRIPTOR pResource = pResourceList->PartialDescriptors;
314 ULONG cResources = pResourceList->Count;
391 PCM_RESOURCE_LIST pResourceList = NULL; local
397 &pResourceList);
398 if (pResourceList && pResourceList->Count > 0)
399 vbgdNtShowDeviceResources(&pResourceList->List[0].PartialResourceList);
401 rc = vbgdNtScanPCIResourceList(pResourceList, pDevEx
[all...]

Completed in 45 milliseconds