MrmResourceIndexerMessage structure

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Represents a message generated by a resource indexer. For more info, and scenario-based walkthroughs of how to use these APIs, see Package resource indexing (PRI) APIs and custom build systems.

Syntax

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

Members

severity

Type: MrmResourceIndexerMessageSeverity

A value indicating the severity of the message.

id

Type: ULONG

A unique identifier for the message.

text

Type: PCWSTR

The text of the message. Do not free this pointer; the memory is owned by the operating system.

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

Package resource indexing (PRI) APIs and custom build systems