Searched refs:dwLogonFlags (Results 1 – 4 of 4) sorted by relevance
93 DWORD dwLogonFlags = LOGON_WITH_PROFILE; in wmain() local249 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()
82 TRACE("LogonFlags: 0x%lx\n", pRequest->dwLogonFlags); in SeclCreateProcessWithLogonW()114 if (pRequest->dwLogonFlags & LOGON_WITH_PROFILE) in SeclCreateProcessWithLogonW()
17 DWORD dwLogonFlags;
3732 _In_ DWORD dwLogonFlags, in CreateProcessWithLogonW() argument3748 debugstr_w(lpPassword), dwLogonFlags, debugstr_w(lpApplicationName), in CreateProcessWithLogonW()3795 Request.dwLogonFlags = dwLogonFlags; in CreateProcessWithLogonW()