Skip to content

Latest commit

 

History

History
75 lines (59 loc) · 2.15 KB

nf-mi-mi_context_requestunload.md

File metadata and controls

75 lines (59 loc) · 2.15 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mi.MI_Context_RequestUnload
MI_Context_RequestUnload function (mi.h)
Requests to unload the module or the provider.
MI_Context_RequestUnload
MI_Context_RequestUnload function [Windows Management Infrastructure (MI)]
mi/MI_Context_RequestUnload
wmi.mi_requestunload
wmi_v2.mi_context_requestunload
wmi_v2\mi_context_requestunload.htm
wmi_v2
1eb20bff-326d-4d2f-9b71-a14ca8975597
12/05/2018
MI_Context_RequestUnload, MI_Context_RequestUnload function [Windows Management Infrastructure (MI)], mi/MI_Context_RequestUnload, wmi.mi_requestunload, wmi_v2.mi_context_requestunload
mi.h
Windows
Windows 8
Windows Server 2012
Windows
Windows Management Framework 3.0 on Windows Server 2008 R2 with SP1, Windows 7 with SP1, and Windows Server 2008 with SP2
19H1
MI_Context_RequestUnload
mi/MI_Context_RequestUnload
c++
APIRef
kbSyntax
HeaderDef
Mi.h
MI_Context_RequestUnload

MI_Context_RequestUnload function

-description

Requests to unload the module or the provider.

-parameters

-param context [in]

The request context.

-returns

A value of the MI_Result enumeration that specifies the function return code. This can be one of the following codes.

-remarks

This function undoes a call to the MI_Context_RefuseUnload function. It must use the same context that was used in that function.

-see-also

MI_Context

MI_Context_RefuseUnload