CBFS Connect 2020 Delphi Edition

Questions / Feedback?

HandleAllFsctls Property

Whether to fire the Fsctl event for all FSCTL_* requests.

Syntax

property HandleAllFsctls: Boolean read get_HandleAllFsctls write set_HandleAllFsctls;

Default Value

false

Remarks

This property specifies when the component should fire the Fsctl event. When disabled (default), the Fsctl event will only fire for FSCTLs whose function codes are in the 2400-4096 range (these codes are reserved by CBFS Connect for application use). When enabled, this Fsctl will fire for every FSCTL, except those processed by CBFS Connect itself.

Note: This property cannot be changed after a virtual drive is created, and cannot be changed within events.

This property is not available at design time.

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