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 creates the minidump file and notifies WER (Windows Error Reporting) that there is a pending report to be uploaded.
Syntax
NTSTATUS LkmdTelSubmitReport(
HANDLE TelemetryHandle
);
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.
Requirements
Requirement | Value |
---|---|
Header | lkmdtel.h |
Library | lkmdtel.lib, \werkernelapi.lib |
IRQL | PASSIVE_LEVEL |