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

/vbox/src/VBox/Runtime/generic/
H A Denv-generic.cpp756 RTENV hClone = NIL_RTENV; local
765 rc = RTEnvClone(&hClone, RTENV_DEFAULT);
768 pIntEnv = hClone;
834 if (hClone != NIL_RTENV)
835 RTEnvDestroy(hClone);

Completed in 72 milliseconds