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

/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdogUtils.cpp67 * @param pulData Pointer to value to retrieve the actual metric value.
69 int getMetric(PVBOXWATCHDOG_MACHINE pMachine, const Bstr& strName, LONG *pulData) argument
72 AssertPtrReturn(pulData, VERR_INVALID_POINTER);
130 *pulData = retData.size() ? retData[retIndices[0]] : 0;

Completed in 84 milliseconds