|
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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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