Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Loads the main provider module.
Syntax
typedef void ( MI_CALL *MI_Module_Load)(
_Out_ MI_Module_Self **self,
_In_ MI_Context *context
);
Parameters
self [out]
The module state data.context [in]
The invocation context.
Return value
This function pointer does not return a value.
Remarks
This is an asynchronous 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 |