WdfGetDriver - NtDoc

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

WDFDRIVER WdfGetDriver();

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

WdfGetDriver function

Description

[Applies to KMDF and UMDF]

The WdfGetDriver method returns a handle to the framework driver object that represents the calling driver.

Return value

WdfGetDriver returns a handle to a framework driver object, or NULL if the driver has not called WdfDriverCreate.

See also

WdfDriverCreate