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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletion.cpp1399 * @param ppEndpoint Where to store the opaque endpoint handle on success.
1405 VMMR3DECL(int) PDMR3AsyncCompletionEpCreateForFile(PPPDMASYNCCOMPLETIONENDPOINT ppEndpoint, argument
1409 LogFlowFunc((": ppEndpoint=%p pszFilename=%p{%s} fFlags=%u pTemplate=%p\n",
1410 ppEndpoint, pszFilename, pszFilename, fFlags, pTemplate));
1413 AssertPtrReturn(ppEndpoint, VERR_INVALID_POINTER);
1435 *ppEndpoint = pEndpoint;
1483 *ppEndpoint = pEndpoint;

Completed in 64 milliseconds