WdfDriverErrorReportApiMissing - NtDoc

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

NTSTATUS WdfDriverErrorReportApiMissing(
  WDFDRIVER Driver,
  PCWSTR    FrameworkExtensionName,
  ULONG     ApiIndex,
  BOOLEAN   DoesApiReturnNtstatus
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdfdriver-wdfdrivererrorreportapimissing)

WdfDriverErrorReportApiMissing function

Description

WdfDriverErrorReportApiMissing is for internal use only.

Parameters

Driver

FrameworkExtensionName

ApiIndex

DoesApiReturnNtstatus

Return value

This function returns NTSTATUS.

Remarks

See also