Home
last modified time | relevance | path

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

/reactos/base/applications/runas/
H A Drunas.c93 DWORD dwLogonFlags = LOGON_WITH_PROFILE; in wmain() local
249 dwLogonFlags |= LOGON_WITH_PROFILE; in wmain()
252 dwLogonFlags &= ~LOGON_WITH_PROFILE; in wmain()
256 dwLogonFlags |= LOGON_NETCREDENTIALS_ONLY; in wmain()
257 dwLogonFlags &= ~LOGON_WITH_PROFILE; in wmain()
311 dwLogonFlags, in wmain()
/reactos/base/services/seclogon/
H A Drpcserver.c82 TRACE("LogonFlags: 0x%lx\n", pRequest->dwLogonFlags); in SeclCreateProcessWithLogonW()
114 if (pRequest->dwLogonFlags & LOGON_WITH_PROFILE) in SeclCreateProcessWithLogonW()
/reactos/sdk/include/reactos/idl/
H A Dseclogon.idl17 DWORD dwLogonFlags;
/reactos/dll/win32/advapi32/wine/
H A Dsecurity.c3732 _In_ DWORD dwLogonFlags, in CreateProcessWithLogonW() argument
3748 debugstr_w(lpPassword), dwLogonFlags, debugstr_w(lpApplicationName), in CreateProcessWithLogonW()
3795 Request.dwLogonFlags = dwLogonFlags; in CreateProcessWithLogonW()