classifyOut 指向FWPS_CLASSIFY_OUT0结构的指针,该结构接收classifyFn3标注函数返回给调用方的任何数据。 返回值 无 备注 标注驱动程序通过调用FwpsCalloutRegister2函数向筛选器引擎注册标注的标注函数。 每当筛选器引擎中指定筛选器操作的标注的所有测试条件都为 true 时,筛选器引擎调用标注的classifyFn3标注函数,并处理...
FWPS_CALLOUT_CLASSIFY_FN3 FwpsCalloutClassifyFn3; void FwpsCalloutClassifyFn3( const FWPS_INCOMING_VALUES0 *inFixedValues, const FWPS_INCOMING_METADATA_VALUES0 *inMetaValues, void *layerData, const void *classifyContext, const FWPS_FILTER3 *filter, UINT64 flowContext, FWPS_CLASSIFY_OUT0 *cl...
Version 3 of the callback function invoked during classification when a callout filter matches. The difference being that this callback returns anFWPS_FILTER3structure. Syntax C++ FWPS_CALLOUT_CLASSIFY_FN3 FwpsCalloutClassifyFn3;voidFwpsCalloutClassifyFn3(constFWPS_INCOMING_VALUES0 *inFixedValues,co...
FWPS_CALLOUT_CLASSIFY_FN3 FwpsCalloutClassifyFn3; void FwpsCalloutClassifyFn3( const FWPS_INCOMING_VALUES0 *inFixedValues, const FWPS_INCOMING_METADATA_VALUES0 *inMetaValues, void *layerData, const void *classifyContext, const FWPS_FILTER3 *filter, UINT64 flowContext, FWPS_CLASSIFY_OUT0 *clas...
Version 3 of the callback function invoked during classification when a callout filter matches. The difference being that this callback returns anFWPS_FILTER3structure. Syntax C++Copy FWPS_CALLOUT_CLASSIFY_FN3 FwpsCalloutClassifyFn3;voidFwpsCalloutClassifyFn3(constFWPS_INCOMING_VALUES0 *inFixedValues...