How Parameter Substitution Works in Event Descriptions
masterThe publisher uses a parameter file to handle dynamic content in event descriptions.
- The publisher defines a description string using placeholders like
%%2(e.g., "The system has found %%2"). - When the server calls
EvtRpcMessageRender, it identifies the%%npattern. - The server uses the index
nto look up the corresponding value in the publisher parameter file. - The value is substituted into the string.
Note: Unlike description strings, the values in the publisher parameter file cannot be localized; they are used strictly for substitution.