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 constants that specify the severity of an resource indexer message.
Syntax
typedef enum _MrmResourceIndexerMessageSeverity {
MrmResourceIndexerMessageSeverityVerbose = 1,
MrmResourceIndexerMessageSeverityInfo = 2,
MrmResourceIndexerMessageSeverityWarning = 3,
MrmResourceIndexerMessageSeverityError = 4
} MrmResourceIndexerMessageSeverity;
Constants
-
MrmResourceIndexerMessageSeverityVerbose
-
Indicates that the message is verbose.
-
MrmResourceIndexerMessageSeverityInfo
-
Indicates that the message is informational.
-
MrmResourceIndexerMessageSeverityWarning
-
Indicates that the message is a warning.
-
MrmResourceIndexerMessageSeverityError
-
Indicates that the message is an error.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 10, version 1803 [desktop apps only] |
Minimum supported server |
Windows Server [desktop apps only] |
Header |
|