STATUS_FLT_DO_NOT_DETACH 返回此状态值可防止分离微型筛选器驱动程序实例。 这是一个错误代码。 言论 当微型筛选器驱动程序通过从DriverEntry例程调用FltRegisterFilter来注册自身时,它可以将类型为PFLT_INSTANCE_QUERY_TEARDOWN_CALLBACK的例程注册为微型筛选器驱动程序的InstanceQueryTeardownCallback...
请勿在 PFLT_INSTANCE_SETUP_CALLBACK 实现中执行任何线程同步或进程间通信。 执行此类操作可能会导致死锁情况。当微筛选器驱动程序通过从其 DriverEntry 例程调用 FltRegisterFilter 来注册自身时,它可以将 PFLT_INSTANCE_SETUP_CALLBACK 类型的例程注册为微筛选器驱动程序的 InstanceSetupCallback 例程。为了...
A minifilter driver can register a routine of type PFLT_INSTANCE_SETUP_CALLBACK as the minifilter driver's InstanceSetupCallback routine.
微型筛选器驱动程序可以将类型为 PFLT_INSTANCE_QUERY_TEARDOWN_CALLBACK 的例程注册为微型筛选器驱动程序的 InstanceQueryTeardownCallback 例程。语法C++ 复制 PFLT_INSTANCE_QUERY_TEARDOWN_CALLBACK PfltInstanceQueryTeardownCallback; NTSTATUS PfltInstanceQueryTeardownCallback( [in] PCFLT_RELA...
To register these callback routines, the minifilter driver stores the addresses of the two routines of type PFLT_INSTANCE_TEARDOWN_CALLBACK in the InstanceTeardownStartCallback and InstanceTeardownCompleteCallback members of the FLT_REGISTRATION structure that the minifilter driver passes as...
FLTFL_INSTANCE_TEARDOWN_INTERNAL_ERROR (0x00000010)系统遇到意外的内部错误。 返回值 无 备注 当微筛选器驱动程序通过从其DriverEntry例程调用FltRegisterFilter来注册自身时,它可以将两个类型为 PFLT_INSTANCE_TEARDOWN_CALLBACK 的例程注册为微筛选器驱动程序的InstanceTeardownStartCallback和InstanceTeardown...
PFLT_INSTANCE_TEARDOWN_CALLBACK PfltInstanceTeardownCallback; void PfltInstanceTeardownCallback( [in] PCFLT_RELATED_OBJECTS FltObjects, [in] FLT_INSTANCE_TEARDOWN_FLAGS Reason ) {...} Параметры[in] FltObjectsУказательна структуру FLT_RELATED_...
STATUS_FLT_DO_NOT_DETACH 返回此状态值可防止分离微筛选器驱动程序实例。 这是错误代码。 注解 当微筛选器驱动程序通过从其DriverEntry例程调用FltRegisterFilter来注册自身时,它可以将PFLT_INSTANCE_QUERY_TEARDOWN_CALLBACK类型的例程注册为微筛选器驱动程序的InstanceQueryTeardownCallback例程。
To register these callback routines, the minifilter driver stores the addresses of the two routines of type PFLT_INSTANCE_TEARDOWN_CALLBACK in the InstanceTeardownStartCallback and InstanceTeardownCompleteCallback members of the FLT_REGISTRATION structure that the minifilter driver passes as...
PFLT_INSTANCE_TEARDOWN_CALLBACK PfltInstanceTeardownCallback;voidPfltInstanceTeardownCallback( [in] PCFLT_RELATED_OBJECTS FltObjects, [in] FLT_INSTANCE_TEARDOWN_FLAGS Reason ){...} Parameters [in] FltObjects Pointer to aFLT_RELATED_OBJECTSstructure that contains opaque pointers for the...