_FsrmEventType Enumeration

 

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

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

Syntax

public enum _FsrmEventType
public enum class _FsrmEventType
type _FsrmEventType
Public Enumeration _FsrmEventType

Members

Member name Description
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.

See Also

EventType
Microsoft.Storage Namespace

Return to top