// fwpsk.h
void FwpsReleaseClassifyHandle0(
[in] UINT64 classifyHandle
);
View the official Windows Driver Kit DDI reference
No description available.
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.
classifyHandle
[in]The classification handle that identifies the callout driver's processing at the current layer. This handle is obtained by calling FwpsAcquireClassifyHandle0.
Any time FwpsAcquireClassifyHandle0 is called, a corresponding call to FwpsReleaseClassifyHandle0 must be made to free the system resources associated with the classification handle.