EVT_LOGIN_CLASS enumeration (winevt.h)

Defines the types of connection methods you can use to connect to the remote computer.

Syntax

typedef enum _EVT_LOGIN_CLASS {
  EvtRpcLogin = 1
} EVT_LOGIN_CLASS;

Constants

 
EvtRpcLogin
Value: 1
Use Remote Procedure Call (RPC) login.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header winevt.h

See also

EVT_RPC_LOGIN_FLAGS

EvtOpenSession