FsrmEventType enumeration (fsrmenums.h)

Defines the event types that an event logging action (see FsrmActionType) can log.

Syntax

typedef enum _FsrmEventType {
  FsrmEventType_Unknown = 0,
  FsrmEventType_Information = 1,
  FsrmEventType_Warning = 2,
  FsrmEventType_Error = 3
} FsrmEventType;

Constants

 
FsrmEventType_Unknown
Value: 0
The event type is unknown. Do not use this flag.
FsrmEventType_Information
Value: 1
The event is an information event.
FsrmEventType_Warning
Value: 2
The event is a warning event.
FsrmEventType_Error
Value: 3
The event is an error event.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Header fsrmenums.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h)

See also

FSRM Enumerations

IFsrmActionEventLog::EventType

MSFT_FSRMAction