MaxFileSize Property

The maximum file size supported by the virtual filesystem.

Syntax

ANSI (Cross Platform)
int64 GetMaxFileSize();
int SetMaxFileSize(int64 lMaxFileSize); Unicode (Windows) LONG64 GetMaxFileSize();
INT SetMaxFileSize(LONG64 lMaxFileSize);
#define PID_CBFS_MAXFILESIZE 18

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

0

Remarks

This property specifies the maximum file size, in bytes, supported by the virtual filesystem. The default value of 0 means "no limit".

Note: This property cannot be changed within events.

Data Type

Long64

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