// wdfwmi.h
WDFWMIPROVIDER WdfWmiInstanceGetProvider(
[in] WDFWMIINSTANCE WmiInstance
);
View the official Windows Driver Kit DDI reference
No description available.
[Applies to KMDF only]
The WdfWmiInstanceGetProvider method returns a handle to the WMI provider object that is the parent object of a specified WMI instance object.
WmiInstance
[in]A handle to a WMI instance object that the driver obtained from a previous call to WdfWmiInstanceCreate.
WdfWmiInstanceGetProvider returns a handle to a WMI provider object.
A bug check occurs if the driver supplies an invalid object handle.