LkmdTelSubmitReport - NtDoc

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

NTSTATUS LkmdTelSubmitReport(
  HANDLE TelemetryHandle
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This function creates the minidump file and notifies WER (Windows Error Reporting) that there is a pending report to be uploaded.

Parameters

TelemetryHandle

Supplies a Telemetry Report handle created by LkmdTelCreateReport.

Return value

STATUS_SUCCESS if successful.

STATUS_OBJECT_NAME_COLLISION, if attempting to create more than one report within the same one minute period. Only one report can be created per minute.

Remarks

See also

LkmdTelCreateReport