Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function frees any resources that were allocated during creation of the telemetry data report.
Syntax
VOID LkmdTelCloseHandle(
HANDLE TelemetryHandle
);
Parameters
TelemetryHandle
Supplies a Telemetry Report handle created by LkmdTelCreateReport.
Return value
None
Remarks
This function must be called or else system memory is leaked.
Requirements
Requirement | Value |
---|---|
Header | lkmdtel.h |
Library | lkmdtel.lib, \werkernelapi.lib |
IRQL | PASSIVE_LEVEL |