HandleAllFsctls Property
Whether to fire the Fsctl event for all FSCTL_* requests.
Syntax
public boolean isHandleAllFsctls(); public void setHandleAllFsctls(boolean handleAllFsctls);
Default Value
False
Remarks
This property specifies when the class 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.