_FsrmEventType Enumeration

 

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

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Public Enumeration _FsrmEventType

Member nameDescription
FsrmEventType_Error

The event is an error event.

FsrmEventType_Information

The event is an information event.

FsrmEventType_Unknown

The event type is unknown. Do not use this flag.

FsrmEventType_Warning

The event is a warning event.

Return to top

Community Additions

ADD
Show: