Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |