// lkmdtel.h
VOID LkmdTelCloseHandle(
HANDLE TelemetryHandle
);
View the official Windows Driver Kit DDI referenceNo description available.
This function frees any resources that were allocated during creation of the telemetry data report.
TelemetryHandleSupplies a Telemetry Report handle created by LkmdTelCreateReport.
This function must be called or else system memory is leaked.