MrmResourceIndexerMessage structure

Represents a message generated by a resource indexer. Messages are retrieve by calling the MrmPeekResourceIndexerMessages function.

Syntax

typedef struct _MrmResourceIndexerMessage {
  MrmResourceIndexerMessageSeverity severity;
  ULONG                             id;
  PCWSTR                            text;
} MrmResourceIndexerMessage, *PMrmResourceIndexerMessage;

Members

severity

Type: MrmResourceIndexerMessageSeverity

The severity of the message.

id

Type: ULONG

The unique identifier of the message.

text

Type: PCWSTR

The text of the message. Do not free this memory.

Remarks

Do not free the memory pointed to by text or the message structure itself. See MrmPeekResourceIndexerMessages for more info.

Requirements

Requirement Value
Minimum supported client
Windows 10, version 1803 [desktop apps only]
Minimum supported server
Windows Server [desktop apps only]
Header
MrmResourceIndexer.h

See also

MrmPeekResourceIndexerMessages

Package resource indexing (PRI) APIs and custom build systems