// wdfdriver.h
WDFDRIVER WdfGetDriver();
View the official Windows Driver Kit DDI reference
No description available.
[Applies to KMDF and UMDF]
The WdfGetDriver method returns a handle to the framework driver object that represents the calling driver.
WdfGetDriver returns a handle to a framework driver object, or NULL if the driver has not called WdfDriverCreate.