5 references to EvtFormatMessage
System.Core (5)
System\Diagnostics\Eventing\Reader\ProviderMetadata.cs (5)
154
return NativeWrapper.
EvtFormatMessage
(this.handle, msgId);
198
channelRefDisplayName = NativeWrapper.
EvtFormatMessage
(this.handle, (uint)channelRefMessageId);
218
channelRefDisplayName = NativeWrapper.
EvtFormatMessage
(this.defaultProviderHandle, (uint)channelRefMessageId);
388
generalDisplayName = NativeWrapper.
EvtFormatMessage
(providerHandle, (uint)generalMessageId);
527
emMessage = NativeWrapper.
EvtFormatMessage
(this.handle, (uint)messageId);