HandleAllFsctls Property

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

Syntax

ANSI (Cross Platform)
int GetHandleAllFsctls();
int SetHandleAllFsctls(int bHandleAllFsctls); Unicode (Windows) BOOL GetHandleAllFsctls();
INT SetHandleAllFsctls(BOOL bHandleAllFsctls);
#define PID_CBFS_HANDLEALLFSCTLS 15

CBFSCONNECT_EXTERNAL void* CBFSCONNECT_CALL CBFSConnect_CBFS_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
CBFSCONNECT_EXTERNAL int CBFSCONNECT_CALL CBFSConnect_CBFS_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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.

Data Type

Boolean

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