Skip to content

Latest commit

 

History

History
92 lines (68 loc) · 3.2 KB

nf-fwpsk-fwpsreleaseclassifyhandle0.md

File metadata and controls

92 lines (68 loc) · 3.2 KB
UID title description old-location tech.root ms.date keywords 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 f1_keywords topic_type api_type api_location api_name
NF:fwpsk.FwpsReleaseClassifyHandle0
FwpsReleaseClassifyHandle0 function (fwpsk.h)
A callout driver calls FwpsReleaseClassifyHandle0 to release a classification handle that was previously acquired through a call to FwpsAcquireClassifyHandle0.Note  FwpsReleaseClassifyHandle0 is a specific version of FwpsReleaseClassifyHandle.
netvista\fwpsreleaseclassifyhandle0.htm
netvista
05/02/2018
FwpsReleaseClassifyHandle0 function
FwpsReleaseClassifyHandle0, FwpsReleaseClassifyHandle0 function [Network Drivers Starting with Windows Vista], fwpsk/FwpsReleaseClassifyHandle0, netvista.fwpsreleaseclassifyhandle0, wfp_ref_2_funct_3_fwps_R-Z_a488d8fc-0c0f-4580-a934-7dba9e2f98b9.xml
fwpsk.h
Fwpsk.h
Universal
Available starting with Windows 7.
Fwpkclnt.lib
<= DISPATCH_LEVEL
Windows
FwpsReleaseClassifyHandle0
fwpsk/FwpsReleaseClassifyHandle0
APIRef
kbSyntax
LibDef
fwpkclnt.lib
fwpkclnt.dll
FwpsReleaseClassifyHandle0

FwpsReleaseClassifyHandle0 function

-description

A callout driver calls FwpsReleaseClassifyHandle0 to release a classification handle that was previously acquired through a call to FwpsAcquireClassifyHandle0.

Note  FwpsReleaseClassifyHandle0 is a specific version of FwpsReleaseClassifyHandle. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.
 

-parameters

-param classifyHandle [in]

The classification handle that identifies the callout driver's processing at the current layer. This handle is obtained by calling FwpsAcquireClassifyHandle0.

-remarks

Any time FwpsAcquireClassifyHandle0 is called, a corresponding call to FwpsReleaseClassifyHandle0 must be made to free the system resources associated with the classification handle.

-see-also

FWPS_CLASSIFY_OUT0

FwpsAcquireClassifyHandle0

FwpsCompleteClassify0

FwpsPendClassify0

classifyFn