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