EvtCreateRenderContext function wevtapi

int EvtCreateRenderContext(
  1. int ValuePathsCount,
  2. Pointer<Pointer<Utf16>> ValuePaths,
  3. int Flags
)

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);