Home
last modified time | relevance | path

Searched refs:dwLogonFlags (Results 1 – 25 of 136) sorted by last modified time

123456

/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/user_guide/
H A Dbecome.rst704 For more information, see `dwLogonFlags <https://docs.microsoft.com/en-gb/windows/desktop/api/winba…
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/locales/ja/LC_MESSAGES/
H A Duser_guide.po657 msgid "For more information, see `dwLogonFlags <https://docs.microsoft.com/en-gb/windows/desktop/ap…
658 msgstr "詳細情報は、「`dwLogonFlags <https://docs.microsoft.com/en-gb/windows/desktop/api/winbase/nf-winba…
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/module_utils/csharp/
H A DAnsible.Become.cs108 LogonFlags dwLogonFlags,
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/user_guide/
H A Dbecome.rst649 For more information, see `dwLogonFlags <https://docs.microsoft.com/en-gb/windows/desktop/api/winba…
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/module_utils/csharp/
H A DAnsible.Become.cs108 LogonFlags dwLogonFlags, in CreateProcessWithTokenW() argument
/dports/sysutils/ansible2/ansible-2.9.27/docs/docsite/rst/user_guide/
H A Dbecome.rst645 For more information, see `dwLogonFlags <https://docs.microsoft.com/en-gb/windows/desktop/api/winba…
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/csharp/
H A DAnsible.Become.cs108 LogonFlags dwLogonFlags, in CreateProcessWithTokenW() argument
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/
H A Dadvapi32.py1646 def CreateProcessWithLogonW(lpUsername = None, lpDomain = None, lpPassword = None, dwLogonFlags = 0… argument
1684 …_CreateProcessWithLogonW(lpUsername, lpDomain, lpPassword, dwLogonFlags, lpApplicationName, lpComm…
1701 def CreateProcessWithTokenW(hToken = None, dwLogonFlags = 0, lpApplicationName = None, lpCommandLin… argument
1735 …_CreateProcessWithTokenW(hToken, dwLogonFlags, lpApplicationName, lpCommandLine, dwCreationFlags, …
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/
H A Dprocess.py4364 dwLogonFlags = win32.LOGON_WITH_PROFILE,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/winapi/src/um/
H A Dwinbase.rs2318 dwLogonFlags: DWORD, in CreateProcessWithLogonW()
2329 dwLogonFlags: DWORD, in CreateProcessWithTokenW()
/dports/www/firefox/firefox-99.0/third_party/rust/winapi/src/um/
H A Dwinbase.rs2318 dwLogonFlags: DWORD, in CreateProcessWithLogonW()
2329 dwLogonFlags: DWORD, in CreateProcessWithTokenW()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/winapi/src/um/
H A Dwinbase.rs2318 dwLogonFlags: DWORD, in CreateProcessWithLogonW()
2329 dwLogonFlags: DWORD, in CreateProcessWithTokenW()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/winapi/src/um/
H A Dwinbase.rs2318 dwLogonFlags: DWORD, in CreateProcessWithLogonW()
2329 dwLogonFlags: DWORD, in CreateProcessWithTokenW()
/dports/lang/rust/rustc-1.58.1-src/vendor/winapi/src/um/
H A Dwinbase.rs2318 dwLogonFlags: DWORD, in CreateProcessWithLogonW()
2329 dwLogonFlags: DWORD, in CreateProcessWithTokenW()
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dthread.h141 DWORD dwLogonFlags, LPCSTR lpApplicationName,
148 DWORD dwLogonFlags, LPCWSTR lpApplicationName,
154 WINPR_API BOOL CreateProcessWithTokenA(HANDLE hToken, DWORD dwLogonFlags,
160 WINPR_API BOOL CreateProcessWithTokenW(HANDLE hToken, DWORD dwLogonFlags,
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/thread/
H A Dprocess.c146 static BOOL _CreateProcessExA(HANDLE hToken, DWORD dwLogonFlags, LPCSTR lpApplicationName, in _CreateProcessExA() argument
392 DWORD dwLogonFlags, LPCSTR lpApplicationName, LPSTR lpCommandLine, in CreateProcessWithLogonA() argument
401 DWORD dwLogonFlags, LPCWSTR lpApplicationName, LPWSTR lpCommandLine, in CreateProcessWithLogonW() argument
409 BOOL CreateProcessWithTokenA(HANDLE hToken, DWORD dwLogonFlags, LPCSTR lpApplicationName, in CreateProcessWithTokenA() argument
419 BOOL CreateProcessWithTokenW(HANDLE hToken, DWORD dwLogonFlags, LPCWSTR lpApplicationName, in CreateProcessWithTokenW() argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinbase.h2606 …gonW (LPCWSTR lpUsername, LPCWSTR lpDomain, LPCWSTR lpPassword, DWORD dwLogonFlags, LPCWSTR lpAppl…
2607 …WINADVAPI WINBOOL WINAPI CreateProcessWithTokenW (HANDLE hToken, DWORD dwLogonFlags, LPCWSTR lpApp…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinbase.h2606 …gonW (LPCWSTR lpUsername, LPCWSTR lpDomain, LPCWSTR lpPassword, DWORD dwLogonFlags, LPCWSTR lpAppl…
2607 …WINADVAPI WINBOOL WINAPI CreateProcessWithTokenW (HANDLE hToken, DWORD dwLogonFlags, LPCWSTR lpApp…
/dports/x11/xpra/xpra-4.3/xpra/platform/win32/
H A Dcreate_process_lib.py283 lpCurrentDirectory=None, hToken=None, dwLogonFlags=0, argument
299 self.dwLogonFlags = dwLogonFlags
357 ci.lpUsername, ci.lpDomain, ci.lpPassword, ci.dwLogonFlags,
365 ci.hToken, ci.dwLogonFlags,
H A Dproxy_server.py30 creation_info.dwLogonFlags = LOGON_WITH_PROFILE
/dports/security/suricata/suricata-6.0.4/rust/vendor/winapi/src/um/
H A Dwinbase.rs2318 dwLogonFlags: DWORD, in CreateProcessWithLogonW()
2329 dwLogonFlags: DWORD, in CreateProcessWithTokenW()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DAdvapi32.java3105 …an CreateProcessWithLogonW(String lpUsername, String lpDomain, String lpPassword, int dwLogonFlags, in CreateProcessWithLogonW() argument
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/
H A Dprocess.py4364 dwLogonFlags = win32.LOGON_WITH_PROFILE,
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/
H A Dprocess.py4364 dwLogonFlags = win32.LOGON_WITH_PROFILE,
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/
H A Dadvapi32.py1646 def CreateProcessWithLogonW(lpUsername = None, lpDomain = None, lpPassword = None, dwLogonFlags = 0… argument
1684 …_CreateProcessWithLogonW(lpUsername, lpDomain, lpPassword, dwLogonFlags, lpApplicationName, lpComm…
1701 def CreateProcessWithTokenW(hToken = None, dwLogonFlags = 0, lpApplicationName = None, lpCommandLin… argument
1735 …_CreateProcessWithTokenW(hToken, dwLogonFlags, lpApplicationName, lpCommandLine, dwCreationFlags, …

123456