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

/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp2399 * @returns VINF_SUCCESS and non-NULL *ppTxsExec on success, reply send status
2400 * and *ppTxsExec set to NULL on failure.
2403 * @param ppTxsExec Where to return the structure.
2405 static int txsExecCreate(PCTXSPKTHDR pPktHdr, RTMSINTERVAL cMsTimeout, PTXSEXEC *ppTxsExec) argument
2407 *ppTxsExec = NULL;
2449 *ppTxsExec = pTxsExec;

Completed in 42 milliseconds