EvtCreateRenderContext function wevtapi
Creates a context that specifies the information in the event that you want to render.
EVT_HANDLE EvtCreateRenderContext(
DWORD ValuePathsCount,
LPCWSTR *ValuePaths,
DWORD Flags
);
Implementation
int EvtCreateRenderContext(
int ValuePathsCount,
Pointer<Pointer<Utf16>> ValuePaths,
int Flags,
) => _EvtCreateRenderContext(ValuePathsCount, ValuePaths, Flags);