Click or drag to resize

WindowsApiLOGON32_LOGON_INTERACTIVE Field

This logon type is intended for users who will be interactively using the computer, such as a user being logged on by a terminal server, remote shell, or similar process. This logon type has the additional expense of caching logon information for disconnected operations; therefore, it is inappropriate for some client/server applications, such as a mail server.

Namespace: GSF.Interop
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public const int LOGON32_LOGON_INTERACTIVE = 2
View Source

Field Value

Int32
See Also