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.
The FwpsRedirectHandleDestroy0 function destroys a redirect handle that was previously created by calling the FwpsRedirectHandleCreate0 function.
Syntax
void FwpsRedirectHandleDestroy0(
HANDLE redirectHandle
);
Parameters
redirectHandle
The redirect handle being destroyed.
Return value
None
Remarks
A callout driver calls the FwpsRedirectHandleDestroy0 function to destroy a redirect handle that the callout driver previously created by calling the FwpsRedirectHandleCreate0 function.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available starting with Windows 8. |
Target Platform | Universal |
Header | fwpsk.h (include Fwpsk.h) |
Library | Fwpkclnt.lib |
IRQL | PASSIVE_LEVEL |