|
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.InteropAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax public const int LOGON32_LOGON_INTERACTIVE = 2
Public Const LOGON32_LOGON_INTERACTIVE As Integer = 2
public:
literal int LOGON32_LOGON_INTERACTIVE = 2
static val mutable LOGON32_LOGON_INTERACTIVE: int
var GSF.Interop.WindowsApi.LOGON32_LOGON_INTERACTIVE
View SourceField Value
Int32See Also