LkmdTelCloseHandle - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// lkmdtel.h

VOID LkmdTelCloseHandle(
  HANDLE TelemetryHandle
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-lkmdtel-lkmdtelclosehandle)

Description

This function frees any resources that were allocated during creation of the telemetry data report.

Parameters

TelemetryHandle

Supplies a Telemetry Report handle created by LkmdTelCreateReport.

Remarks

This function must be called or else system memory is leaked.

See also

LkmdTelCreateReport