MI_Module_Unload function pointer
Unloads the main provider module.
c++
typedef void ( MI_CALL *MI_Module_Unload)(
_In_opt_ MI_Module_Self *self,
_In_ MI_Context *context
);
self [in, optional]
The module state data.context [in]
The invocation context.
This function pointer does not return a value.
This is a synchronous 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 |