Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 495 Bytes

logonusera.md

File metadata and controls

17 lines (14 loc) · 495 Bytes

LogonUserA

[DllImport("ADVAPI32.dll", ExactSpelling = true, SetLastError = true)]
[DefaultDllImportSearchPaths(DllImportSearchPath.System32)]
public static extern unsafe BOOL LogonUserA(
    PCSTR lpszUsername,
    PCSTR lpszDomain,
    PCSTR lpszPassword,
    LOGON32_LOGON dwLogonType,
    LOGON32_PROVIDER dwLogonProvider,
    HANDLE* phToken);

logon32_logon.md

logon32_provider.md