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

/vbox/src/VBox/Runtime/r3/win/
H A Dprocess-win.cpp1003 PFNCREATEPROCESSWITHLOGON pfnCreateProcessWithLogonW; local
1004 pfnCreateProcessWithLogonW = (PFNCREATEPROCESSWITHLOGON)RTLdrGetSystemSymbol("Advapi32.dll", "CreateProcessWithLogonW");
1005 if (!pfnCreateProcessWithLogonW)
1013 BOOL fRc = pfnCreateProcessWithLogonW(pwszUser,
1029 LogRelFunc(("pfnCreateProcessWithLogonW (%p) failed: dwErr=%u (%#x), rc=%Rrc\n",
1030 pfnCreateProcessWithLogonW, dwErr, dwErr, rc));

Completed in 47 milliseconds