For the complete documentation index, see llms.txt. This page is also available as Markdown.

LOGON32_PROVIDER

public enum LOGON32_PROVIDER : uint
{
    LOGON32_PROVIDER_DEFAULT = 0U,
    LOGON32_PROVIDER_WINNT50 = 3U,
    LOGON32_PROVIDER_WINNT40 = 2U,
}

Last updated