| 
            
              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.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxpublic 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
Int32
See Also