CBFS Filter 2020 Delphi Edition

Questions / Feedback?

ProcessFailedRequests Property

Whether failed requests should be processed.

Syntax

property ProcessFailedRequests: Boolean read get_ProcessFailedRequests write set_ProcessFailedRequests;

Default Value

false

Remarks

This property specifies whether the component's system driver should process failed requests (i.e., fire After* and/or Notify* events for them).

When this property is enabled, applications can inspect the Status parameter of the aforementioned events to determine whether an operation has failed. If an operation fails, then the corresponding event's Status parameter will contain a non-zero native status code. Applications can generally use the NtStatusToWin32Error method to convert these status codes into Win32 error codes (though keep in mind that not all native status codes have a direct Win32 error code mapping).

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Filter 2020 Delphi Edition - Version 20.0 [Build 8317]