MpHandleClose function
Closes the handle returned by MpManagerOpen, MpScanStart, MpThreatOpen, or MpUpdateStart.
HRESULT WINAPI MpHandleClose(
_In_ MPHANDLE hMpHandle
);
-
hMpHandle [in]
-
Type: MPHANDLE
Handle to close.
Type: HRESULT
If the function succeeds the return value is S_OK.
If the function fails then the return value is a failed HRESULT code. The caller can use the MpErrorMessageFormat function to get a generic description of the error message.
The following specific error can be returned by the function:
Return Code | Description |
---|---|
E_WIN_INVALID_HANDLE | The specified handle is invalid. |
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 [desktop apps only] |
Minimum supported server |
Windows Server 2012 [desktop apps only] |
Header |
|
DLL |
|