CreateProcessWithTokenWFunc

Undocumented in source.
version(Windows)
static if(_WIN32_WINNT >= 0x500)
alias CreateProcessWithTokenWFunc = BOOL function(HANDLE hToken, DWORD dwLogonFlags, LPCWSTR lpApplicationName, LPWSTR lpCommandLine, DWORD dwCreationFlags, LPVOID lpEnvironment, LPCWSTR lpCurrentDirectory, LPSTARTUPINFOW lpStartupInfo, LPPROCESS_INFORMATION lpProcessInfo)

Meta