Searched refs:phScriptCtx (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Storage/testcase/
H A DVDScript.h147 * @param phScriptCtx Where to store the scripting context on success.
149 DECLHIDDEN(int) VDScriptCtxCreate(PVDSCRIPTCTX phScriptCtx); variable
H A DVDScript.cpp2859 DECLHIDDEN(int) VDScriptCtxCreate(PVDSCRIPTCTX phScriptCtx) argument
2863 LogFlowFunc(("phScriptCtx=%p\n", phScriptCtx));
2865 AssertPtrReturn(phScriptCtx, VERR_INVALID_POINTER);
2872 *phScriptCtx = pThis;

Completed in 825 milliseconds