Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The FilterClose function closes an open minifilter handle.
HRESULT FilterClose(
[in] HFILTER hFilter
);
[in] hFilter
Minifilter handle returned by a previous call to FilterCreate.
FilterClose returns S_OK if successful. Otherwise, it returns an error value.
After FilterClose is called, the minifilter handle that the hFilter parameter specifies is no longer valid and cannot safely be used.
Use FilterClose to close open minifilter handles returned by calls to FilterCreate. Use FilterFindClose to close handles returned by calls to FilterFindFirst.
To close a connection port handle that was opened by calling FilterConnectCommunicationPort, use CloseHandle.
Requirement | Value |
---|---|
Target Platform | Universal |
Header | fltuser.h (include Fltuser.h) |
Library | FltLib.lib |
DLL | FltLib.dll |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today