Home
last modified time | relevance | path

Searched refs:application_name (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/advapi32/wine/
H A Dsecurity.c3841 BOOL WINAPI CreateProcessWithTokenW(HANDLE token, DWORD logon_flags, LPCWSTR application_name, LPWS… in CreateProcessWithTokenW() argument
3846 logon_flags, debugstr_w(application_name), debugstr_w(command_line), in CreateProcessWithTokenW()
3851 …return CreateProcessW( application_name, command_line, NULL, NULL, FALSE, creation_flags, environm… in CreateProcessWithTokenW()