MI_Module_Load function pointer
Loads the main provider module.
typedef void ( MI_CALL *MI_Module_Load)(
_Out_ MI_Module_Self **self,
_In_ MI_Context *context
);
self [out]
The module state data.context [in]
The invocation context.
This function pointer does not return a value.
This is an asynchronous function.
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Redistributable |
Windows Management Framework 3.0 on Windows Server 2008 R2 with SP1, Windows 7 with SP1, and Windows Server 2008 with SP2 |
Header |
Mi.h |