Struct cbfsvault::CBVault

Properties   Methods   Events   Config Settings   Errors  

The CBVault struct lets applications create a vault and manipulate its contents.

Syntax

cbfsvault::CBVault

Remarks

The CBVault struct allows applications to create a vault and interact with its contents directly. A vault can contain any number of files, directories, alternate streams, and symbolic links; as long as it has sufficient capacity to store them. For more information about using CBFS Vault's many features, please refer to the extensive General Information topics.

The CBVault struct is available on all platforms supported by the CBFS Vault product.

Getting Started

Each CBVault struct instance can control a single vault at once. Applications can use multiple instances of the CBVault struct if their use-case requires multiple vaults.

Use the following steps to get up and running:

  1. Create or open a vault by calling the open_vault method.
  2. Interact with the vault and its contents using the CBVault struct's API methods.
  3. When done, call the close_vault method to close the vault.

Object Lifetime

The new() method returns a mutable reference to a struct instance. The object itself is kept in the global list maintainted by CBFSVault. Due to this, the CBVault struct cannot be disposed of automatically. Please, call the dispose(&mut self) method of CBVault when you have finished using the instance.

Property List


The following is the full list of the properties of the struct with short descriptions. Click on the links for further details.

activeThis property reflects whether a vault has been opened.
auto_compact_atThis property specifies the free space percentage threshold a vault must reach to be eligible for automatic compaction.
callback_modeThis property specifies whether the struct should operate in callback mode.
case_sensitiveThis property specifies whether the struct should open a vault in case-sensitive mode.
default_file_access_passwordThis property specifies the default encryption password to use when opening files and alternate streams.
default_file_compressionThis property specifies the default compression mode to use when creating files and alternate streams.
default_file_create_passwordThis property specifies the default encryption password to use when creating new files and alternate streams.
default_file_encryptionThis property specifies the default encryption mode to use when creating files and alternate streams.
is_corruptedThis property specifies whether the vault is corrupted.
last_write_timeThis property specifies the last modification time of the vault.
logoThis property specifies an application-defined text-based logo stored in the second page of a vault.
page_sizeThis property specifies the vault's page size.
path_separatorThis property specifies the path separator character to use when returning vault paths.
possible_free_spaceThis property specifies the maximum amount of free space the vault could possibly have available.
possible_sizeThis property specifies the maximum size the vault could possibly be.
read_onlyThis property specifies whether the struct should open a vault in read-only mode.
tagThis property stores application-defined data specific to a particular instance of the struct.
use_access_timeThis property specifies whether the struct should keep track of last access times for vault items.
use_system_cacheThis property specifies whether the operating system's cache is used.
vault_encryptionThis property specifies the whole-vault encryption mode.
vault_fileThis property specifies the vault to create or open.
vault_free_spaceThis property reflects the actual amount of free space the vault has available.
vault_passwordThis property specifies the whole-vault encryption password.
vault_sizeThis property specifies the actual size of the vault.
vault_size_maxThis property specifies the maximum size a vault can be.
vault_size_minThis property specifies the minimum size a vault can be.
vault_stateThis property specifies information about the state of the vault.

Method List


The following is the full list of the methods of the struct with short descriptions. Click on the links for further details.

cache_file_passwordThis method caches an encryption password to use the next time a file or alternate stream is accessed or removes the cached password.
check_and_repairThis method checks a vault's consistency and repairs it as necessary.
check_file_passwordThis method verifies whether a particular file password is correct.
check_vault_passwordThis method verifies whether a particular vault password is correct.
close_vaultThis method closes the vault.
compact_vaultThis method compacts the vault.
configSets or retrieves a configuration setting.
copy_from_vaultThis method copies files and directories from the vault to a physical filesystem.
copy_to_vaultThis method copies files and directories from a physical filesystem to the vault.
create_directoryThis method creates a new directory in the vault.
create_linkThis method creates a symbolic link to another file in the vault.
delete_fileThis method deletes a vault item.
delete_file_tagThis method deletes a file tag.
file_existsThis method checks whether a vault item exists.
file_matches_maskThis method checks whether a particular file or directory name matches the specified mask.
file_tag_existsThis method checks whether a file tag exists.
file_time_to_nanosecondsThis method returns the subsecond part of the time expressed in nanoseconds.
file_time_to_unix_timeThis method converts FileTime to Unix time format.
find_closeThis method closes a search operation and releases any associated resources.
find_firstThis method searches for the first vault item that matches the specified name and attributes.
find_first_by_queryThis method searches for the first file or directory whose file tags match the specified query.
find_nextThis method searches for the next vault item that matches an ongoing search operation.
get_file_attributesThis method retrieves the attributes of a vault item.
get_file_compressionThis method retrieves the compression mode of a file or alternate stream.
get_file_creation_timeThis method retrieves the creation time of a vault item.
get_file_encryptionThis method retrieves the encryption mode of a file or alternate stream.
get_file_last_access_timeThis method retrieves the last access time of a vault item.
get_file_metadata_sizeThis method retrieves the size of the metadata associated with a vault item.
get_file_modification_timeThis method retrieves the modification time of a vault item.
get_file_sizeThis method retrieves the size of a file or alternate stream.
get_file_tagThis method retrieves the binary data held by a raw file tag attached to the specified vault item.
get_file_tag_as_ansi_stringThis method retrieves the value of an AnsiString-typed file tag attached to the specified vault item.
get_file_tag_as_booleanThis method retrieves the value of a Boolean-typed file tag attached to the specified vault item.
get_file_tag_as_date_timeThis method retrieves the value of a DateTime-typed file tag attached to the specified vault item.
get_file_tag_as_numberThis method retrieves the value of a Number-typed file tag attached to the specified vault item.
get_file_tag_as_stringThis method retrieves the value of a String-typed file tag attached to the specified vault item.
get_file_tag_data_typeThis method retrieves the data type of a typed file tag attached to a specific vault item.
get_file_tag_sizeThis method retrieves the size of a raw file tag attached to the specified vault item.
get_search_result_attributesThis method retrieves the attributes of a vault item found during a search operation.
get_search_result_creation_timeThis method retrieves the creation time of a vault item found during a search operation.
get_search_result_full_nameThis method retrieves the fully qualified name of a vault item found during a search operation.
get_search_result_last_access_timeThis method retrieves the last access time of a vault item found during a search operation.
get_search_result_link_destinationThis method retrieves the destination of a symbolic link found during a search operation.
get_search_result_metadata_sizeThis method retrieves the size of the metadata associated with a vault item found during a search operation.
get_search_result_modification_timeThis method retrieves the modification time of a vault item found during a search operation.
get_search_result_nameThis method retrieves the name of a vault item found during a search operation.
get_search_resultsThis method retrieves all information about a vault item found during a search operation.
get_search_result_sizeThis method retrieves the size of a vault item found during a search operation.
is_directory_emptyThis method checks whether a directory is empty.
is_valid_vaultThis method checks whether a local file is a CBFS Vault vault.
move_fileThis method renames or moves a vault item.
open_fileThis method opens a new or existing file or alternate stream in the vault.
open_file_exThis method opens a new or existing file or alternate stream in the vault.
open_root_dataThis method opens the vault's root data stream.
open_vaultThis method opens a new or existing vault.
resolve_linkThis method retrieves the destination of a symbolic link.
set_file_attributesThis method sets the attributes of a vault item.
set_file_compressionThis method compresses or decompresses a file or alternate stream.
set_file_creation_timeThis method sets the creation time of a vault item.
set_file_encryptionThis method encrypts, decrypts, or changes the encryption password of a file or alternate stream.
set_file_last_access_timeThis method sets the last access time of a vault item.
set_file_modification_timeThis method sets the modification time of a vault item.
set_file_sizeThis method sets the size of a file or alternate stream.
set_file_tagThis method attaches a raw file tag with binary data to the specified vault item.
set_file_tag_as_ansi_stringThis method attaches an AnsiString-typed file tag to the specified vault item.
set_file_tag_as_booleanThis method attaches a Boolean-typed file tag to the specified vault item.
set_file_tag_as_date_timeThis method attaches a DateTime-typed file tag to the specified vault item.
set_file_tag_as_numberThis method attaches a Number-typed file tag to the specified vault item.
set_file_tag_as_stringThis method attaches a String-typed file tag to the specified vault item.
unix_time_to_file_timeThis method converts the date/time in Unix format to the Windows FileTime format.
update_vault_encryptionThis method encrypts, decrypts, or changes the encryption password of the vault.

Event List


The following is the full list of the events fired by the struct with short descriptions. Click on the links for further details.

on_data_compressThis event fires to compress a block of data using a custom compression algorithm.
on_data_decompressThis event fires to decompress a block of data using a custom compression algorithm.
on_data_decryptThis event fires to decrypt a block of data using a custom encryption implementation.
on_data_encryptThis event fires to encrypt a block of data using a custom encryption implementation.
on_errorThis event fires if an unhandled error occurs during an event.
on_file_after_copyThis event fires after the file has been copied during file export/import operations.
on_file_before_copyThis event fires before the file is copied during file export/import operations.
on_file_password_neededThis event fires if a password is needed to open an encrypted file.
on_hash_calculateThis event fires to calculate a password hash using a custom hashing implementation.
on_key_deriveThis event fires to derive an encryption key using a custom key derivation implementation.
on_progressThis event fires to indicate the progress of long-running vault operations.
on_vault_closeThis event fires to close a callback mode vault.
on_vault_deleteThis event fires to delete a callback mode vault.
on_vault_flushThis event fires to flush a callback mode vault's data out to storage.
on_vault_get_parent_sizeThis event fires to determine how much free space is available for growing a callback mode vault.
on_vault_get_sizeThis event fires to determine the size of a callback mode vault.
on_vault_openThis event fires to open a new or existing callback mode vault.
on_vault_readThis event fires to read data from a callback mode vault.
on_vault_set_sizeThis event fires to resize a callback mode vault.
on_vault_writeThis event fires to write data to a callback mode vault.

Config Settings


The following is a list of config settings for the struct with short descriptions. Click on the links for further details.

AllowMoveStreamsBetweenFilesWhether alternate streams may be moved from one file to another.
AutoCompactDelayHow long a vault must remain idle before starting automatic compaction.
DefaultFileCompressionLevelThe default compression level to use when creating files and alternate streams.
MaxNonPagedNameLengthThe maximum number of name characters to store directly within a vault item.
PageCacheSizeThe size of the in-memory vault page cache.
PartSizeThe part size used by a multipart vault.

active Property (CBVault Struct)

This property reflects whether a vault has been opened.

Syntax

fn active(&self ) -> Result<bool, CBFSVaultError> 

Default Value

false

Remarks

This property reflects whether the struct has opened a vault; it will be true once the open_vault method has been called successfully.

This property is read-only.

Data Type

bool

auto_compact_at Property (CBVault Struct)

This property specifies the free space percentage threshold a vault must reach to be eligible for automatic compaction.

Syntax

fn auto_compact_at(&self ) -> Result<i32, CBFSVaultError> 
fn set_auto_compact_at(&self, value : i32) -> Option<CBFSVaultError>

Default Value

0

Remarks

This property specifies the percentage of free space a vault must have, at minimum, for it to be eligible for automatic vault compaction. An eligible vault may be compacted automatically in the background at any time. Please refer to the compact_vault method for more information about the compacting process.

To guard against excessive automatic compaction operations, applications can set the AutoCompactDelay configuration setting to a nonzero value. Alternatively, this property can be set to 0 to disable automatic compaction completely.

A vault opened in read_only mode will never be compacted, regardless of this property's value.

Note: This property cannot be changed within events.

Data Type

i32

callback_mode Property (CBVault Struct)

This property specifies whether the struct should operate in callback mode.

Syntax

fn callback_mode(&self ) -> Result<bool, CBFSVaultError> 
fn set_callback_mode(&self, value : bool) -> Option<CBFSVaultError>

Default Value

false

Remarks

This property specifies whether the struct should operate in callback mode, causing all vault access to be performed through the following events. Please refer to the Callback Mode topic for more information.

When this property is enabled, the following events must all be implemented for the struct to function correctly:

Note: This property cannot be changed when active is true, and it cannot be changed within events.

Data Type

bool

case_sensitive Property (CBVault Struct)

This property specifies whether the struct should open a vault in case-sensitive mode.

Syntax

fn case_sensitive(&self ) -> Result<bool, CBFSVaultError> 
fn set_case_sensitive(&self, value : bool) -> Option<CBFSVaultError>

Default Value

false

Remarks

This property specifies whether the struct should open a vault in case-sensitive mode. Enabling this property causes all file, directory, symbolic link, alternate stream, and file tag names to be treated as case sensitive.

Note: This property cannot be changed when active is true, and it cannot be changed within events.

Data Type

bool

default_file_access_password Property (CBVault Struct)

This property specifies the default encryption password to use when opening files and alternate streams.

Syntax

fn default_file_access_password(&self ) -> Result<String, CBFSVaultError> 
fn set_default_file_access_password(&self, value : String) -> Option<CBFSVaultError> fn set_default_file_access_password_ref(&self, value : &String) -> Option<CBFSVaultError>

Default Value

String::default()

Remarks

This property specifies the default encryption password that the struct should use when opening files and alternate streams.

Please refer to the Encryption topic for more information.

As an alternative to using this property, applications may call the cache_file_password method (before a file is opened) to specify a one-time-use password or may specify file encryption passwords dynamically using the on_file_password_needed event.

Data Type

String

default_file_compression Property (CBVault Struct)

This property specifies the default compression mode to use when creating files and alternate streams.

Syntax

fn default_file_compression(&self ) -> Result<i32, CBFSVaultError> 
fn set_default_file_compression(&self, value : i32) -> Option<CBFSVaultError>

Default Value

0

Remarks

This property specifies the default compression mode that the struct should use when creating files and alternate streams. Valid values are as follows:

VAULT_CM_NONE0Do not use compression.

VAULT_CM_DEFAULT1Use default compression (zlib).

VAULT_CM_CUSTOM2Use event-based custom compression.

This compression level is not used.

VAULT_CM_ZLIB3Use zlib compression.

Valid compression levels are 1-9.

VAULT_CM_RLE4Use RLE compression.

This compression level is not used.

Applications that use custom compression must implement the on_data_compress and on_data_decompress events. Please refer to the Compression topic for more information.

Applications can also specify a default compression level using the DefaultFileCompressionLevel configuration setting, if desired.

Data Type

i32

default_file_create_password Property (CBVault Struct)

This property specifies the default encryption password to use when creating new files and alternate streams.

Syntax

fn default_file_create_password(&self ) -> Result<String, CBFSVaultError> 
fn set_default_file_create_password(&self, value : String) -> Option<CBFSVaultError> fn set_default_file_create_password_ref(&self, value : &String) -> Option<CBFSVaultError>

Default Value

String::default()

Remarks

This property specifies the default encryption password that the struct should use when creating new files and alternate streams.

Please refer to the Encryption topic for more information.

Data Type

String

default_file_encryption Property (CBVault Struct)

This property specifies the default encryption mode to use when creating files and alternate streams.

Syntax

fn default_file_encryption(&self ) -> Result<i32, CBFSVaultError> 
fn set_default_file_encryption(&self, value : i32) -> Option<CBFSVaultError>

Default Value

0

Remarks

This property specifies the default encryption mode that the struct should use when creating files and alternate streams. Valid values are as follows:

VAULT_EM_NONE0x0Do not use encryption.

VAULT_EM_DEFAULT0x1Use default encryption (VAULT_EM_XTS_AES256_PBKDF2_HMAC_SHA256).

VAULT_EM_XTS_AES256_PBKDF2_HMAC_SHA2560x2Use AES256 encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

VAULT_EM_CUSTOM256_PBKDF2_HMAC_SHA2560x3Use event-based custom 256-bit encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

A 256-bit (32-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM512_PBKDF2_HMAC_SHA2560x4Use event-based custom 512-bit encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

A 512-bit (64-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM1024_PBKDF2_HMAC_SHA2560x5Use event-based custom 1024-bit encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

A 1024-bit (128-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM256_CUSTOM_KEY_DERIVE0x23Use event-based custom 256-bit encryption with custom key derivation.

A 256-bit (32-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM512_CUSTOM_KEY_DERIVE0x24Use event-based custom 512-bit encryption with custom key derivation.

A 512-bit (64-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM1024_CUSTOM_KEY_DERIVE0x25Use event-based custom 1024-bit encryption with custom key derivation.

A 1024-bit (128-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM256_DIRECT_KEY0x43Use event-based custom 256-bit encryption with no key derivation.

A 256-bit (32-byte) block size is used with this encryption mode. This mode is useful for cases in which the password is an identifier for an external key and should not be used for key derivation.

VAULT_EM_CUSTOM512_DIRECT_KEY0x44Use event-based custom 512-bit encryption with no key derivation.

A 512-bit (64-byte) block size is used with this encryption mode. This mode is useful for cases in which the password is an identifier for an external key and should not be used for key derivation.

VAULT_EM_CUSTOM1024_DIRECT_KEY0x45Use event-based custom 1024-bit encryption with no key derivation.

A 1024-bit (128-byte) block size is used with this encryption mode. This mode is useful for cases in which the password is an identifier for an external key and should not be used for key derivation.

VAULT_EM_UNKNOWN0xFFUnidentified or unknown encryption.

Applications that use custom encryption must implement at least the on_data_encrypt and on_data_decrypt events. Certain custom encryption modes may require that the on_hash_calculate or on_key_derive event be implemented as well. Please refer to the Encryption topic for more information.

Applications that set this property to a value other than VAULT_EM_NONE (the default) should also specify a default encryption password using the default_file_create_password property.

Data Type

i32

is_corrupted Property (CBVault Struct)

This property specifies whether the vault is corrupted.

Syntax

fn is_corrupted(&self ) -> Result<bool, CBFSVaultError> 

Default Value

false

Remarks

This property reflects whether the currently open vault is corrupted, as indicated by the presence of the VAULT_ST_CORRUPTED flag in the vault_state property.

The VAULT_ST_CORRUPTED flag is set automatically anytime the struct detects that a vault's integrity has been compromised. Calling the check_and_repair method for a corrupted vault will clear the flag.

This property is read-only.

Data Type

bool

last_write_time Property (CBVault Struct)

This property specifies the last modification time of the vault.

Syntax

fn last_write_time(&self ) -> Result<chrono::DateTime<Utc>, CBFSVaultError> 

Default Value

chrono::DateTime::from_timestamp(0, 0).unwrap()

Remarks

This property reflects the vault's last modification time, specified .

This property is read-only.

Data Type

chrono::DateTime

logo Property (CBVault Struct)

This property specifies an application-defined text-based logo stored in the second page of a vault.

Syntax

fn logo(&self ) -> Result<String, CBFSVaultError> 
fn set_logo(&self, value : String) -> Option<CBFSVaultError> fn set_logo_ref(&self, value : &String) -> Option<CBFSVaultError>

Default Value

String::default()

Remarks

This property is used to control a vault's logo, which is a UTF-16LE string stored in the second page of a vault. A vault's logo is visible to anyone who inspects its raw data and thus can be used to provide information about the vault itself.

Vault logos can be up to 127 characters long (not including the null terminator).

Note: This property cannot be changed within events.

Data Type

String

page_size Property (CBVault Struct)

This property specifies the vault's page size.

Syntax

fn page_size(&self ) -> Result<i32, CBFSVaultError> 
fn set_page_size(&self, value : i32) -> Option<CBFSVaultError>

Default Value

0

Remarks

This property controls the page size used when creating new vaults and reflects the page size of the currently open vault. Valid values are 256 through 65536 bytes (inclusive).

A vault's page size is permanent, it cannot be changed after the vault is created. Please refer to the Vaults topic for more information.

Note: This property cannot be changed when active is true, and it cannot be changed within events.

Data Type

i32

path_separator Property (CBVault Struct)

This property specifies the path separator character to use when returning vault paths.

Syntax

fn path_separator(&self ) -> Result<i32, CBFSVaultError> 
fn set_path_separator(&self, value : i32) -> Option<CBFSVaultError>

Default Value

0

Remarks

This property specifies the path separator character that the struct APIs should use when returning a vault path. Valid values are as follows:

VAULT_PSC_BACKSLASH92Backslash ('\').

This character is the Windows path separator.

VAULT_PSC_SLASH47Forward slash ('/').

This character is the Unix-style path separator.

Note: This property is just a convenience; applications are free to use either of the above characters as path separators when passing path strings to the struct's APIs.

Note: This property cannot be changed when active is true, and it cannot be changed within events.

Data Type

i32

possible_free_space Property (CBVault Struct)

This property specifies the maximum amount of free space the vault could possibly have available.

Syntax

fn possible_free_space(&self ) -> Result<i64, CBFSVaultError> 

Default Value

0

Remarks

This property reflects the maximum amount of free space, in bytes, that the vault could possibly have available. That is, it is the amount of free space that would be available if the vault automatically grew to its maximum possible_size right now, without any additional data being written to it. Therefore:

In both cases, parent_free_space is the amount of free space available for the vault to use for automatic growth. For a file-based vault, this is the total amount of free space on the disk where the vault's storage file (i.e., vault_file) resides, as reported by the OS. For a Callback Mode vault, this is whatever value the application provides through the on_vault_get_parent_size event.

Please refer to the Vault Size topic for more information.

This property is read-only.

Data Type

i64

possible_size Property (CBVault Struct)

This property specifies the maximum size the vault could possibly be.

Syntax

fn possible_size(&self ) -> Result<i64, CBFSVaultError> 

Default Value

0

Remarks

This property reflects the maximum size, in bytes, that the vault could possibly be. That is, it is the size that the vault would be if it automatically grew as much as possible right now, without any additional data being written to it. Therefore:

In the former case, parent_free_space is the amount of free space available for the vault to use for automatic growth. For a file-based vault, this is the total amount of free space on the disk where the vault's storage file (i.e., vault_file) resides, as reported by the OS. For a Callback Mode vault, this is whatever value the application provides through the on_vault_get_parent_size event.

Please refer to the vault_size topic for more information.

This property is read-only.

Data Type

i64

read_only Property (CBVault Struct)

This property specifies whether the struct should open a vault in read-only mode.

Syntax

fn read_only(&self ) -> Result<bool, CBFSVaultError> 
fn set_read_only(&self, value : bool) -> Option<CBFSVaultError>

Default Value

false

Remarks

This property specifies whether the struct should open a vault in read-only mode. When a vault is opened in read-only mode, the following restrictions apply:

  • No new vault items (e.g., files, directories, symbolic links, and alternate streams) may be created.
  • No existing vault items may be modified, renamed, moved, or deleted. This includes updating access times.
  • The vault cannot be resized or compacted (automatically or explicitly).
  • Vault corruption cannot be repaired using check_and_repair.

Note: This list may not necessarily be exhaustive.

Note: This property cannot be changed when active is true, and it cannot be changed within events.

Data Type

bool

tag Property (CBVault Struct)

This property stores application-defined data specific to a particular instance of the struct.

Syntax

fn tag(&self ) -> Result<i64, CBFSVaultError> 
fn set_tag(&self, value : i64) -> Option<CBFSVaultError>

Default Value

0

Remarks

This property can be used to store data specific to a particular instance of the struct.

Data Type

i64

use_access_time Property (CBVault Struct)

This property specifies whether the struct should keep track of last access times for vault items.

Syntax

fn use_access_time(&self ) -> Result<bool, CBFSVaultError> 
fn set_use_access_time(&self, value : bool) -> Option<CBFSVaultError>

Default Value

false

Remarks

This property specifies whether the struct should update the last access time for vault items (e.g., files, directories, symbolic links, and alternate streams) every time they are accessed.

Note: Keeping track of access times will slow down operations.

Note: This property cannot be changed when active is true, and it cannot be changed within events.

Data Type

bool

use_system_cache Property (CBVault Struct)

This property specifies whether the operating system's cache is used.

Syntax

fn use_system_cache(&self ) -> Result<bool, CBFSVaultError> 
fn set_use_system_cache(&self, value : bool) -> Option<CBFSVaultError>

Default Value

false

Remarks

This property specifies whether the operating system's cache should be used. Use of the OS cache affects the speed of various vault operations; however, the exact effects depend on the type of operation as well as the data sizes involved.

Disabling this property will cause a vault's storage file (specified by the vault_file property) to be opened with FILE_FLAG_NO_BUFFERING (on Windows) or F_NOCACHE (on Linux/macOS).

Note: This property cannot be changed when active is true, and it cannot be changed within events.

Data Type

bool

vault_encryption Property (CBVault Struct)

This property specifies the whole-vault encryption mode.

Syntax

fn vault_encryption(&self ) -> Result<i32, CBFSVaultError> 
fn set_vault_encryption(&self, value : i32) -> Option<CBFSVaultError>

Default Value

0

Remarks

This property controls the whole-vault encryption mode used when creating new vaults and reflects the whole-vault encryption mode of the currently open vault. Valid values are as follows:

VAULT_EM_NONE0x0Do not use encryption.

VAULT_EM_DEFAULT0x1Use default encryption (VAULT_EM_XTS_AES256_PBKDF2_HMAC_SHA256).

VAULT_EM_XTS_AES256_PBKDF2_HMAC_SHA2560x2Use AES256 encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

VAULT_EM_CUSTOM256_PBKDF2_HMAC_SHA2560x3Use event-based custom 256-bit encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

A 256-bit (32-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM512_PBKDF2_HMAC_SHA2560x4Use event-based custom 512-bit encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

A 512-bit (64-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM1024_PBKDF2_HMAC_SHA2560x5Use event-based custom 1024-bit encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

A 1024-bit (128-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM256_CUSTOM_KEY_DERIVE0x23Use event-based custom 256-bit encryption with custom key derivation.

A 256-bit (32-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM512_CUSTOM_KEY_DERIVE0x24Use event-based custom 512-bit encryption with custom key derivation.

A 512-bit (64-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM1024_CUSTOM_KEY_DERIVE0x25Use event-based custom 1024-bit encryption with custom key derivation.

A 1024-bit (128-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM256_DIRECT_KEY0x43Use event-based custom 256-bit encryption with no key derivation.

A 256-bit (32-byte) block size is used with this encryption mode. This mode is useful for cases in which the password is an identifier for an external key and should not be used for key derivation.

VAULT_EM_CUSTOM512_DIRECT_KEY0x44Use event-based custom 512-bit encryption with no key derivation.

A 512-bit (64-byte) block size is used with this encryption mode. This mode is useful for cases in which the password is an identifier for an external key and should not be used for key derivation.

VAULT_EM_CUSTOM1024_DIRECT_KEY0x45Use event-based custom 1024-bit encryption with no key derivation.

A 1024-bit (128-byte) block size is used with this encryption mode. This mode is useful for cases in which the password is an identifier for an external key and should not be used for key derivation.

VAULT_EM_UNKNOWN0xFFUnidentified or unknown encryption.

Applications that use custom encryption must implement at least the on_data_encrypt and on_data_decrypt events. Certain custom encryption modes may require that the on_hash_calculate or on_key_derive event be implemented as well. Please refer to the Encryption topic for more information.

To create a new vault with whole-vault encryption enabled, the vault_password property must be set as well.

When an existing vault is opened, the struct updates vault_encryption automatically based on the detected whole-vault encryption mode. If the vault is encrypted, the struct will attempt to access it using the password specified by vault_password. If vault_password is incorrect, the attempt will fail and the vault will not be opened.

The vault_encryption and vault_password properties cannot be used to change an open vault's whole-vault encryption mode or password; use the update_vault_encryption method.

Please refer to the Encryption topic for more information.

Note: This property cannot be changed when active is true, and it cannot be changed within events.

Data Type

i32

vault_file Property (CBVault Struct)

This property specifies the vault to create or open.

Syntax

fn vault_file(&self ) -> Result<String, CBFSVaultError> 
fn set_vault_file(&self, value : String) -> Option<CBFSVaultError> fn set_vault_file_ref(&self, value : &String) -> Option<CBFSVaultError>

Default Value

String::default()

Remarks

This property specifies the vault to create or open when the open_vault method is called.

When the callback_mode property is disabled (default), this property specifies the vault storage file to create or open. It must be set to a fully qualified file path formatted according to OS conventions.

When the callback_mode property is enabled, this property is only used to populate the Vault parameter of the on_vault_open, on_vault_get_parent_size, and on_vault_delete events; and can be set to any application-defined value. Please refer to the Callback Mode topic for more information.

Note: This property cannot be changed when active is true, and it cannot be changed within events.

Data Type

String

vault_free_space Property (CBVault Struct)

This property reflects the actual amount of free space the vault has available.

Syntax

fn vault_free_space(&self ) -> Result<i64, CBFSVaultError> 

Default Value

0

Remarks

This property reflects the actual amount of free space, in bytes, that the vault currently has available. A vault's actual free space is based on its actual size, which is reflected by the vault_size property.

Applications can also determine the maximum amount of free space the vault could possibly have by querying the possible_free_space property; please refer to its documentation, as well as the Vault Size topic, for more information.

This property is read-only.

Data Type

i64

vault_password Property (CBVault Struct)

This property specifies the whole-vault encryption password.

Syntax

fn vault_password(&self ) -> Result<String, CBFSVaultError> 
fn set_vault_password(&self, value : String) -> Option<CBFSVaultError> fn set_vault_password_ref(&self, value : &String) -> Option<CBFSVaultError>

Default Value

String::default()

Remarks

This property specifies the whole-vault encryption password to use when creating new vaults and opening existing vaults.

To create a new vault with whole-vault encryption enabled, the vault_encryption property must be set as well.

When an existing vault is opened, the struct updates vault_encryption automatically based on the detected whole-vault encryption mode. If the vault is encrypted, the struct will attempt to access it using the password specified by vault_password. If vault_password is incorrect, the attempt will fail and the vault will not be opened.

The vault_encryption and vault_password properties cannot be used to change an open vault's whole-vault encryption mode or password; use the update_vault_encryption method.

Please refer to the Encryption topic for more information.

Note: This property cannot be changed when active is true, and it cannot be changed within events.

Data Type

String

vault_size Property (CBVault Struct)

This property specifies the actual size of the vault.

Syntax

fn vault_size(&self ) -> Result<i64, CBFSVaultError> 
fn set_vault_size(&self, value : i64) -> Option<CBFSVaultError>

Default Value

0

Remarks

This property specifies the actual size of the vault, in bytes.

Applications may use this property to explicitly resize a vault, keeping in mind the following:

  • A vault cannot shrink more than its available free space allows (i.e., not by more than vault_free_space bytes).
  • A vault cannot shrink beyond vault_size_min bytes.
  • If vault_size_max is not 0 (unlimited), a vault cannot grow beyond vault_size_max bytes.
  • If a vault grows enough to reach or exceed its auto_compact_at threshold, it will automatically shrink again when the next automatic compaction occurs.

Applications can determine the maximum size a vault could possibly be by querying the possible_size property. Please refer to the Vault Size topic for more information.

Note: This property can be changed only when active is true, and it cannot be changed within events.

Data Type

i64

vault_size_max Property (CBVault Struct)

This property specifies the maximum size a vault can be.

Syntax

fn vault_size_max(&self ) -> Result<i64, CBFSVaultError> 
fn set_vault_size_max(&self, value : i64) -> Option<CBFSVaultError>

Default Value

0

Remarks

This property specifies the maximum size, in bytes, that a vault can be. This property must be set to 0 (unlimited), or a number greater than or equal to 8 * page_size or vault_size_min (whichever is greater).

The limit imposed by this property, if any, applies to both explicit growth of a vault via the vault_size property, and implicit growth of a vault due to storage load. Please refer to the Vault Size topic for more information.

Note: This property cannot be changed within events.

Data Type

i64

vault_size_min Property (CBVault Struct)

This property specifies the minimum size a vault can be.

Syntax

fn vault_size_min(&self ) -> Result<i64, CBFSVaultError> 
fn set_vault_size_min(&self, value : i64) -> Option<CBFSVaultError>

Default Value

0

Remarks

This property specifies the minimum size, in bytes, that a vault can be. This property's value must be less than or equal to vault_size_max, unless vault_size_max is set to 0 (unlimited).

The limit imposed by this property applies to both explicit shrinking of a vault via the vault_size property or the compact_vault method, and implicit shrinking of a vault via automatic compaction. Please refer to the Vault Size topic for more information.

Note: This property cannot be changed within events.

Data Type

i64

vault_state Property (CBVault Struct)

This property specifies information about the state of the vault.

Syntax

fn vault_state(&self ) -> Result<i32, CBFSVaultError> 

Default Value

0

Remarks

This property reflects the current state of the vault; its value consists of one or more of the following flags, ORed together:

VAULT_ST_FIXED_SIZE0x00000001The vault is a fixed size.

VAULT_ST_READ_ONLY0x00000002The vault was opened in read-only mode.

Please refer to the read_only property for more information.

VAULT_ST_CORRUPTED0x00000004The vault is corrupted.

Applications can use the check_and_repair method to try to repair vault corruption. Please refer to the Vault Corruption topic for more information.

VAULT_ST_TRANSACTIONS_USED0x00000008The vault was opened in journaling mode.

Please refer to the use_journaling property for more information.

VAULT_ST_ACCESS_TIME_USED0x00000010Last access times are being tracked.

Please refer to the use_access_time property for more information.

VAULT_ST_ENCRYPTED0x00000020The vault is encrypted with whole-vault encryption.

Please refer to the Encryption topic for more information.

VAULT_ST_VALID_PASSWORD_SET0x00000040The correct whole-vault encryption password has been provided.

Please refer to the Encryption topic for more information.

VAULT_ST_PHYSICAL_VOLUME0x00000080The vault is backed by a storage volume or partition formatted with the CBFS Vault filesystem.

This flag is not used.

VAULT_ST_PARTED0x00000100The vault's contents are split across multiple files on disk.

Please refer to the Multipart Vaults topic for more information.

This property is read-only.

Data Type

i32

cache_file_password Method (CBVault Struct)

This method caches an encryption password to use the next time a file or alternate stream is accessed or removes the cached password.

Syntax

fn cache_file_password(&self, file_name : &String, password : &String, ttl_in_cache : i32, remove_from_cache : bool) -> Option<CBFSVaultError>

Remarks

This method temporarily caches an encryption password so that it can be used the next time the file or alternate stream specified by FileName is accessed.

The value passed for FileName must be a vault-local absolute path.

The Password parameter specifies the password to cache. It must match the one last used to encrypt the specified file or the alternate stream; otherwise, this method .

The specified password is automatically removed from the cache as soon as one of the following things occur:

  • The password is used to access the file or alternate stream and the value of the TTLInCache parameter is 0.
  • The password for the file or alternate stream is changed.
  • The vault is closed.
  • The timeout expires.

To remove the previously cached password from the cache, set the RemoveFromCache parameter to true. When it is set so, the value of the Password parameter is ignored.

The TTLInCache parameter specifies time to seconds that the struct keeps the password in the internal cache to reduce the number of requests for a password. The value of 0 tells the struct to discard the password after the first use.

As an alternative to using this method, applications can provide a default file encryption password using the default_file_access_password property or provide such passwords dynamically using the on_file_password_needed event.

Note: This method can be called only when active is true.

check_and_repair Method (CBVault Struct)

This method checks a vault's consistency and repairs it as necessary.

Syntax

fn check_and_repair(&self, flags : i32) -> Option<CBFSVaultError>

Remarks

This method checks the consistency of a vault and attempts to repair it as necessary.

Applications should call this method if a vault has become corrupted (i.e., if the is_corrupted property is true, or if a vault operation fails with a "Vault Corrupted" error). Be sure to make a vault backup before calling this method, because its repair efforts may cause data loss in cases of severe corruption. Please refer to the Vault Corruption topic for more information.

The Flags parameter is used to specify additional options, and it should be set by ORing together zero or more of the following flags:

VAULT_CR_CHECK_ONLY0x00000001Check only, do not attempt any repairs.

VAULT_CR_CHECK_ALL_PAGES0x00000002Check all vault pages, including empty ones.

When this flag is not present, only the vault pages that are marked as occupied are checked.

Note: This method cannot be called when active is true, and it cannot be called within events.

check_file_password Method (CBVault Struct)

This method verifies whether a particular file password is correct.

Syntax

fn check_file_password(&self, file_name : &String, password : &String) ->  Result<bool, CBFSVaultError>

Remarks

This method verifies whether the specified Password matches the one used to encrypt the file or alternate stream specified by FileName. If the password is correct, this method returns true; otherwise, it returns false.

The value passed for FileName must be a vault-local absolute path.

Please refer to the Encryption topic for more information.

Note: This method can be called only when active is true.

check_vault_password Method (CBVault Struct)

This method verifies whether a particular vault password is correct.

Syntax

fn check_vault_password(&self, password : &String) ->  Result<bool, CBFSVaultError>

Remarks

This method verifies whether the specified Password matches the one used to encrypt the vault. If the password is correct, this method returns true; otherwise, it returns false.

Please refer to the Encryption topic for more information.

Note: This method can be called only when active is true.

close_vault Method (CBVault Struct)

This method closes the vault.

Syntax

fn close_vault(&self) -> Option<CBFSVaultError>

Remarks

This method closes the currently open vault.

Note: This method can be called only when active is true.

compact_vault Method (CBVault Struct)

This method compacts the vault.

Syntax

fn compact_vault(&self) ->  Result<bool, CBFSVaultError>

Remarks

This method triggers vault compaction, which is a process that shrinks a vault's overall size by truncating its free space. If the compacting operation completes successfully, this method returns true; otherwise, it returns false.

Compaction involves physically moving a vault's occupied pages to the beginning of the vault, and then truncating the unoccupied pages from the end of the vault. The runtime of a compacting operation depends on a number of factors, and it is possible for it to be interrupted by other vault operations.

Compaction occurs automatically when the vault's free space percentage exceeds the threshold specified by the auto_compact_at property. Applications can also use the AutoCompactDelay configuration setting to add a delay to the automatic compaction trigger.

Note: A vault opened in read_only mode cannot be compacted, either automatically or explicitly.

Note: This method can be called only when active is true, and it cannot be called within events.

config Method (CBVault Struct)

Sets or retrieves a configuration setting.

Syntax

fn config(&self, configuration_string : &String) ->  Result<String, CBFSVaultError>

Remarks

config is a generic method available in every struct. It is used to set and retrieve configuration settings for the struct.

These settings are similar in functionality to properties, but they are rarely used. In order to avoid "polluting" the property namespace of the struct, access to these internal properties is provided through the config method.

To set a configuration setting named PROPERTY, you must call Config("PROPERTY=VALUE"), where VALUE is the value of the setting expressed as a string. For boolean values, use the strings "True", "False", "0", "1", "Yes", or "No" (case does not matter).

To read (query) the value of a configuration setting, you must call Config("PROPERTY"). The value will be returned as a string.

copy_from_vault Method (CBVault Struct)

This method copies files and directories from the vault to a physical filesystem.

Syntax

fn copy_from_vault(&self, vault_path : &String, system_path : &String, mask : &String, flags : i32, password : &String) -> Option<CBFSVaultError>

Remarks

This method copies the files and directories at the specified VaultPath to a physical filesystem location, specified by SystemPath. Only the files and directories whose names match the specified Mask are copied. When copying files recursively, files that match the mask are picked from any subdirectories (i.e., the mask is not applied to directory names when files are collected for copying).

The values passed for VaultPath and SystemPath must be vault-local and system-local absolute paths, respectively. The value passed for Mask may contain wildcard characters.

The Flags parameter is used to control recursion and overwrite behavior. It should be set by ORing together zero or more of the following flags:

VAULT_CFF_OVERWRITE_NONE0x00000000Never overwrite destination files.

VAULT_CFF_OVERWRITE_IF_NEWER0x00000001Overwrite a destination file only if the source file is newer.

VAULT_CFF_OVERWRITE_ALL0x00000002Always overwrite destination files.

VAULT_CFF_INCLUDE_SUBDIRS_WITH_CONTENTS0x00010000Include all subdirectories in source directory, and their contents, recursively.

VAULT_CFF_INCLUDE_SUBDIRS_NO_CONTENTS0x00020000Include all subdirectories in the source directory, without their contents.

VAULT_CFF_COPY_DIRS_STRUCTURE0x00040000Include all subdirectories in the source directory, without their contents.

Only the directory structure is copied, recursively.

VAULT_CFF_COPY_STRUCTURE0x00080000Include all subdirectories in source directory, and their contents, recursively, but without file content.

For files, empty placeholders are created without any original file data.

VAULT_CFF_FIRE_COPY_EVENTS0x40000000Fire events related to file copying.

When the flag is set, the struct fires the on_file_before_copy and on_file_after_copy events.

The Password parameter specifies the password to use to access files' data, if they are encrypted.

Note: This method can be called only when active is true, and it cannot be called within events.

copy_to_vault Method (CBVault Struct)

This method copies files and directories from a physical filesystem to the vault.

Syntax

fn copy_to_vault(&self, system_path : &String, vault_path : &String, mask : &String, flags : i32, encryption : i32, password : &String, compression : i32, compression_level : i32, pages_per_block : i32) -> Option<CBFSVaultError>

Remarks

This method copies the files and directories from a physical filesystem location, specified by SystemPath, to the specified VaultPath. Only the files and directories whose names match the specified Mask are copied. When copying files recursively, files that match the mask are picked from any subdirectories (i.e., the mask is not applied to directory names when files are collected for copying).

The values passed for SystemPath and VaultPath must be system-local and vault-local absolute paths, respectively. The value passed for Mask may contain wildcard characters.

The Flags parameter is used to control recursion and overwrite behavior. It should be set by ORing together zero or more of the following flags:

VAULT_CFF_OVERWRITE_NONE0x00000000Never overwrite destination files.

VAULT_CFF_OVERWRITE_IF_NEWER0x00000001Overwrite a destination file only if the source file is newer.

VAULT_CFF_OVERWRITE_ALL0x00000002Always overwrite destination files.

VAULT_CFF_INCLUDE_SUBDIRS_WITH_CONTENTS0x00010000Include all subdirectories in source directory, and their contents, recursively.

VAULT_CFF_INCLUDE_SUBDIRS_NO_CONTENTS0x00020000Include all subdirectories in the source directory, without their contents.

VAULT_CFF_COPY_DIRS_STRUCTURE0x00040000Include all subdirectories in the source directory, without their contents.

Only the directory structure is copied, recursively.

VAULT_CFF_COPY_STRUCTURE0x00080000Include all subdirectories in source directory, and their contents, recursively, but without file content.

For files, empty placeholders are created without any original file data.

VAULT_CFF_FIRE_COPY_EVENTS0x40000000Fire events related to file copying.

When the flag is set, the struct fires the on_file_before_copy and on_file_after_copy events.

The Encryption parameter specifies Encryption behavior for files created (or overwritten) during the copy operation. Valid values are as follows:

VAULT_EM_NONE0x0Do not use encryption.

VAULT_EM_DEFAULT0x1Use default encryption (VAULT_EM_XTS_AES256_PBKDF2_HMAC_SHA256).

VAULT_EM_XTS_AES256_PBKDF2_HMAC_SHA2560x2Use AES256 encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

VAULT_EM_CUSTOM256_PBKDF2_HMAC_SHA2560x3Use event-based custom 256-bit encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

A 256-bit (32-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM512_PBKDF2_HMAC_SHA2560x4Use event-based custom 512-bit encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

A 512-bit (64-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM1024_PBKDF2_HMAC_SHA2560x5Use event-based custom 1024-bit encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

A 1024-bit (128-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM256_CUSTOM_KEY_DERIVE0x23Use event-based custom 256-bit encryption with custom key derivation.

A 256-bit (32-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM512_CUSTOM_KEY_DERIVE0x24Use event-based custom 512-bit encryption with custom key derivation.

A 512-bit (64-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM1024_CUSTOM_KEY_DERIVE0x25Use event-based custom 1024-bit encryption with custom key derivation.

A 1024-bit (128-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM256_DIRECT_KEY0x43Use event-based custom 256-bit encryption with no key derivation.

A 256-bit (32-byte) block size is used with this encryption mode. This mode is useful for cases in which the password is an identifier for an external key and should not be used for key derivation.

VAULT_EM_CUSTOM512_DIRECT_KEY0x44Use event-based custom 512-bit encryption with no key derivation.

A 512-bit (64-byte) block size is used with this encryption mode. This mode is useful for cases in which the password is an identifier for an external key and should not be used for key derivation.

VAULT_EM_CUSTOM1024_DIRECT_KEY0x45Use event-based custom 1024-bit encryption with no key derivation.

A 1024-bit (128-byte) block size is used with this encryption mode. This mode is useful for cases in which the password is an identifier for an external key and should not be used for key derivation.

VAULT_EM_UNKNOWN0xFFUnidentified or unknown encryption.

Applications that use custom encryption must implement at least the on_data_encrypt and on_data_decrypt events. Certain custom encryption modes may require that the on_hash_calculate or on_key_derive event be implemented as well. Please refer to the Encryption topic for more information.

The Password parameter specifies the password to use for encryption, if applicable.

The Compression parameter specifies the Compression behavior for files created (or overwritten) during the copy operation. Valid values are:

VAULT_CM_NONE0Do not use compression.

VAULT_CM_DEFAULT1Use default compression (zlib).

VAULT_CM_CUSTOM2Use event-based custom compression.

This compression level is not used.

VAULT_CM_ZLIB3Use zlib compression.

Valid compression levels are 1-9.

VAULT_CM_RLE4Use RLE compression.

This compression level is not used.

Applications that use custom compression must implement the on_data_compress and on_data_decompress events. Please refer to the Compression topic for more information.

The CompressionLevel parameter specifies the compression level to use, if applicable.

The PagesPerBlock parameter specifies how many pages should be compressed as a single block, if applicable. Valid values are powers of 2 up to and including 128 (i.e., 2, 4, 8, 16, 32, 64, or 128), or 0, which is interpreted as "default" (currently 16 for both zlib and run-length encoding [RLE]). Larger values allow for more efficient compression; however, because a block must be decompressed (and, for writes, recompressed) anytime its data are accessed, larger values can also cause excessive slowdown, especially for random access.

Note: This method can be called only when active is true, and it cannot be called within events.

create_directory Method (CBVault Struct)

This method creates a new directory in the vault.

Syntax

fn create_directory(&self, directory : &String, create_parents : bool) -> Option<CBFSVaultError>

Remarks

This method creates a new directory in the vault at the path specified by Directory.

The value passed for Directory must be a vault-local absolute path.

The CreateParents parameter specifies whether nonexistent parent directories in the specified path should be created as well. If this parameter is false, and one or more parent directories are missing, this method .

Note: This method can be called only when active is true, and it cannot be called within events.

create_link Method (CBVault Struct)

This method creates a symbolic link to another file in the vault.

Syntax

fn create_link(&self, link_name : &String, destination_name : &String) -> Option<CBFSVaultError>

Remarks

This method creates a new symbolic link named LinkName that points to the file specified by DestinationName.

The value passed for LinkName must be a vault-local absolute path. The value passed for DestinationName must also be a vault-local path, but it may be absolute or relative to LinkName.

Note: This method can be called only when active is true, and it cannot be called within events.

delete_file Method (CBVault Struct)

This method deletes a vault item.

Syntax

fn delete_file(&self, file_name : &String) -> Option<CBFSVaultError>

Remarks

This method deletes the vault item (file, directory, symbolic link, or alternate stream) specified by FileName from the vault.

The value passed for FileName must be a vault-local absolute path.

Please note the following:

  • When a file is deleted, any alternate streams it contains are deleted as well.
  • Directories must be empty to be deleted; otherwise, this method . Use the is_directory_empty method to check whether a directory is empty.
  • Deleting a symbolic link only deletes the link itself, not the file it points to.

Note: This method can be called only when active is true, and it cannot be called within events.

delete_file_tag Method (CBVault Struct)

This method deletes a file tag.

Syntax

fn delete_file_tag(&self, file_name : &String, tag_id : i32, tag_name : &String) -> Option<CBFSVaultError>

Remarks

This method deletes the file tag identified by TagId or TagName from the file, directory, or alternate stream specified by FileName.

The value passed for FileName must be a vault-local absolute path.

To delete a raw file tag, pass its Id for TagId and pass an empty string for TagName. To delete a typed file tag, pass its name for TagName and pass 0 for TagId. If values are provided for both TagId and TagName, this method .

Please refer to the File Tags topic for more information.

Note: This method can be called only when active is true, and it cannot be called within events.

file_exists Method (CBVault Struct)

This method checks whether a vault item exists.

Syntax

fn file_exists(&self, file_name : &String) ->  Result<bool, CBFSVaultError>

Remarks

This method checks whether a vault item (file, directory, symbolic link, or alternate stream) with the specified FileName exists in the vault. If the specified vault item exists, this method returns true; otherwise, it returns false.

The value passed for FileName must be a vault-local absolute path.

Note: This method can be called only when active is true.

file_matches_mask Method (CBVault Struct)

This method checks whether a particular file or directory name matches the specified mask.

Syntax

fn file_matches_mask(&self, mask : &String, file_name : &String, case_sensitive : bool) ->  Result<bool, CBFSVaultError>

Remarks

This method checks whether the file or directory name specified by FileName matches Mask; if it does, this method returns true. The CaseSensitive parameter controls whether a case-sensitive match should be performed.

Note: This method does not handle so-called DOS_* wildcards (DOS_STAR, DOS_QM, DOS_DOT). The explanation about the characters can be found in the MSDN article. If you have a mask that includes one of those characters on Windows, you can use the RtlIsNameInExpression function of Windows API.

Note: As the explanation states, "When you do a case-insensitive search and do not provide a translation table, the name is converted to uppercase."

file_tag_exists Method (CBVault Struct)

This method checks whether a file tag exists.

Syntax

fn file_tag_exists(&self, file_name : &String, tag_id : i32, tag_name : &String) ->  Result<bool, CBFSVaultError>

Remarks

This method checks whether a file tag with the specified TagId or TagName is attached to the file, directory, or alternate stream specified by FileName. If the specified file tag exists, this method returns true; otherwise, it returns false.

The value passed for FileName must be a vault-local absolute path.

To check for a raw file tag, pass its Id for TagId and pass an empty string for TagName. To check for a typed file tag, pass its name for TagName and pass 0 for TagId. If values are provided for both TagId and TagName, this method .

Please refer to the File Tags topic for more information.

Note: This method can be called only when active is true.

file_time_to_nanoseconds Method (CBVault Struct)

This method returns the subsecond part of the time expressed in nanoseconds.

Syntax

fn file_time_to_nanoseconds(&self, file_time : &chrono::DateTime<Utc>) ->  Result<i32, CBFSVaultError>

Remarks

Use this method to obtain the subsecond part of the FileTime value, expressed in nanoseconds.

file_time_to_unix_time Method (CBVault Struct)

This method converts FileTime to Unix time format.

Syntax

fn file_time_to_unix_time(&self, file_time : &chrono::DateTime<Utc>) ->  Result<i64, CBFSVaultError>

Remarks

Use this method to convert the FileTime value to Unix time format. The subsecond part of the value is not preserved; to obtain it, use the file_time_to_nanoseconds method.

find_close Method (CBVault Struct)

This method closes a search operation and releases any associated resources.

Syntax

fn find_close(&self, search_id : i64) -> Option<CBFSVaultError>

Remarks

This method closes the search operation identified by SearchId, releasing any previously allocated resources associated with it.

The value passed for SearchId must be a search operation Id returned by find_first or find_first_by_query.

Note: This method can be called only when active is true.

find_first Method (CBVault Struct)

This method searches for the first vault item that matches the specified name and attributes.

Syntax

fn find_first(&self, file_mask : &String, attributes : i32, flags : i32) ->  Result<i64, CBFSVaultError>

Remarks

This method initiates a search operation based on the specified FileMask, Attributes, and Flags. If there are any matching vault items (files, directories, symbolic links, or alternate streams), then a search operation Id is returned. If there are no matching vault items, then -1 is returned.

To obtain information about a search result, pass the returned search handle to the following methods:

To retrieve the next search result, pass the returned search handle to the find_next method. When an application is finished with (or wants to abandon) a search operation, it must pass the associated search handle to the find_close method to release the resources associated with it.

Because each search operation is identified by the search handle associated with it, applications may initiate additional search operations at any time and may process each operation's search results in any manner it desires (e.g., sequentially, round robin).

The FileMask parameter specifies both the directory path to search within and the file name mask to match against (e.g., \directory\to\search\*.txt). Or, when searching a file's alternate streams, it specifies the file path and stream name mask (e.g., \path\to\file:*). Only the mask may contain wildcards. The path must be specified in vault-local absolute format. Also note that files without an extension will match *, but not *.*.

The Attributes parameter specifies the attributes to match against; items will match only if they have one or more of the specified attributes. The value passed for this parameter should be constructed by ORing together zero or more of the following values. Passing 0 will allow any file in a directory (or, any alternate stream in a file) to match; it is equivalent to VAULT_FATTR_FILE | VAULT_FATTR_DATA_STREAM.

VAULT_FATTR_FILE0x00000001The entry is a file.

VAULT_FATTR_DIRECTORY0x00000002The entry is a directory.

VAULT_FATTR_DATA_STREAM0x00000004The entry is an alternate data stream.

VAULT_FATTR_COMPRESSED0x00000008The file or stream is compressed.

VAULT_FATTR_ENCRYPTED0x00000010The file or stream is encrypted.

VAULT_FATTR_SYMLINK0x00000020The entry is a symbolic link.

VAULT_FATTR_READONLY0x00000040The file is read-only.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_ARCHIVE0x00000080The file requires archiving.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_HIDDEN0x00000100The file is hidden.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_SYSTEM0x00000200The file is a system file.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_TEMPORARY0x00000400The file is temporary.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_DELETE_ON_CLOSE0x00000800The file should be deleted when the last handle to the file is closed.

This attribute is currently not supported by CBFS Vault.

VAULT_FATTR_RESERVED_00x00001000Reserved.

VAULT_FATTR_RESERVED_10x00002000Reserved.

VAULT_FATTR_RESERVED_20x00004000Reserved.

VAULT_FATTR_RESERVED_30x00008000Reserved.

VAULT_FATTR_NO_USER_CHANGE0x0000F03FA mask that includes all attributes that cannot be changed.

Applications cannot use the set_file_attributes method to directly change any of the following attributes: FILE, DIRECTORY, DATA_STREAM, COMPRESSED, ENCRYPTED, SYMLINK, RESERVED_0, RESERVED_1, RESERVED_2, or RESERVED_3.

VAULT_FATTR_USER_DEFINED0x7FF00000A mask for application-defined attributes.

Applications can use the set_file_attributes method to set custom attributes, as long as their values are covered by this mask.

VAULT_FATTR_ANY_FILE0x7FFFFFFFA mask that includes any and all attributes.

The Flags parameter controls search behavior. Among other things, it can be used to request that only specific pieces of information be returned, which can greatly improve performance. The value passed for this parameter should be constructed by ORing together zero or more of the following values:

VAULT_FF_NEED_NAME0x00000001Include entry names (without paths) when returning search results.

VAULT_FF_NEED_FULL_NAME0x00000002Include fully qualified entry names when returning search results.

VAULT_FF_NEED_ATTRIBUTES0x00000004Include entry attributes when returning search results.

VAULT_FF_NEED_SIZE0x00000008Include entry sizes when returning search results.

VAULT_FF_NEED_METADATA_SIZE0x00000010Include entry metadata sizes when returning search results.

VAULT_FF_NEED_TIMES0x00000020Include entry times when returning search results.

VAULT_FF_NEED_LINK_DEST0x00000040Include symbolic link destinations when returning search results.

VAULT_FF_EMULATE_FAT0x00001000Inserts . and .. pseudo-entries into search results for all directories except the root one.

VAULT_FF_RECURSIVE0x00002000Search recursively in all subdirectories.

VAULT_FF_CASE_INSENSITIVE0x00004000Forces case-insensitive search, even if the vault is case-sensitive.

If Flags is 0, the struct uses 0x0000006F (i.e., all VAULT_FF_NEED_* flags except VAULT_FF_NEED_METADATA).

Note: This method can be called only when active is true, and it cannot be called within events.

find_first_by_query Method (CBVault Struct)

This method searches for the first file or directory whose file tags match the specified query.

Syntax

fn find_first_by_query(&self, directory : &String, query : &String, flags : i32) ->  Result<i64, CBFSVaultError>

Remarks

This method initiates a search operation within the specified Directory for files and subdirectories whose typed file tags match the specified Query. If there are any matching files or directories, then a search operation Id is returned. If there are no matching files or directories, then -1 is returned.

To obtain information about a search result, pass the returned search handle to the following methods:

To retrieve the next search result, pass the returned search handle to the find_next method. When an application is finished with (or wants to abandon) a search operation, it must pass the associated search handle to the find_close method to release the resources associated with it.

Because each search operation is identified by the search handle associated with it, applications may initiate additional search operations at any time and may process each operation's search results in any manner it desires (e.g., sequentially, round robin).

The value passed for Directory must be a vault-local absolute path.

The value passed for Query must be a search query constructed using the CBFS Vault Query Language; please refer to that topic for more information.

The Flags parameter controls search behavior. Among other things, it can be used to request that only specific pieces of information be returned, which can greatly improve performance. The value passed for this parameter should be constructed by ORing together zero or more of the following values:

VAULT_FF_NEED_NAME0x00000001Include entry names (without paths) when returning search results.

VAULT_FF_NEED_FULL_NAME0x00000002Include fully qualified entry names when returning search results.

VAULT_FF_NEED_ATTRIBUTES0x00000004Include entry attributes when returning search results.

VAULT_FF_NEED_SIZE0x00000008Include entry sizes when returning search results.

VAULT_FF_NEED_METADATA_SIZE0x00000010Include entry metadata sizes when returning search results.

VAULT_FF_NEED_TIMES0x00000020Include entry times when returning search results.

VAULT_FF_NEED_LINK_DEST0x00000040Include symbolic link destinations when returning search results.

VAULT_FF_EMULATE_FAT0x00001000Inserts . and .. pseudo-entries into search results for all directories except the root one.

VAULT_FF_RECURSIVE0x00002000Search recursively in all subdirectories.

VAULT_FF_CASE_INSENSITIVE0x00004000Forces case-insensitive search, even if the vault is case-sensitive.

If Flags is 0, the struct uses 0x0000006F (i.e., all VAULT_FF_NEED_* flags except VAULT_FF_NEED_METADATA).

Note: This method can be called only when active is true, and it cannot be called within events.

find_next Method (CBVault Struct)

This method searches for the next vault item that matches an ongoing search operation.

Syntax

fn find_next(&self, search_id : i64) ->  Result<bool, CBFSVaultError>

Remarks

This method searches for the next vault item (file, directory, symbolic link, or alternate stream) that matches the ongoing search operation identified by SearchId. If a matching vault item is found, this method returns true; otherwise, it returns false.

The value passed for SearchId must be a search operation Id returned by find_first or find_first_by_query. Please refer to the methods' documentation for more information about search operations.

Note: This method can be called only when active is true, and it cannot be called within events.

get_file_attributes Method (CBVault Struct)

This method retrieves the attributes of a vault item.

Syntax

fn get_file_attributes(&self, file_name : &String) ->  Result<i32, CBFSVaultError>

Remarks

This method retrieves the attributes of the vault item (e.g., file, directory, symbolic link, or alternate stream) specified by FileName.

The value passed for FileName must be a vault-local absolute path.

The specified vault item's attributes are returned as a 32-bit integer composed of one or more of the following values:

VAULT_FATTR_FILE0x00000001The entry is a file.

VAULT_FATTR_DIRECTORY0x00000002The entry is a directory.

VAULT_FATTR_DATA_STREAM0x00000004The entry is an alternate data stream.

VAULT_FATTR_COMPRESSED0x00000008The file or stream is compressed.

VAULT_FATTR_ENCRYPTED0x00000010The file or stream is encrypted.

VAULT_FATTR_SYMLINK0x00000020The entry is a symbolic link.

VAULT_FATTR_READONLY0x00000040The file is read-only.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_ARCHIVE0x00000080The file requires archiving.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_HIDDEN0x00000100The file is hidden.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_SYSTEM0x00000200The file is a system file.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_TEMPORARY0x00000400The file is temporary.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_DELETE_ON_CLOSE0x00000800The file should be deleted when the last handle to the file is closed.

This attribute is currently not supported by CBFS Vault.

VAULT_FATTR_RESERVED_00x00001000Reserved.

VAULT_FATTR_RESERVED_10x00002000Reserved.

VAULT_FATTR_RESERVED_20x00004000Reserved.

VAULT_FATTR_RESERVED_30x00008000Reserved.

VAULT_FATTR_NO_USER_CHANGE0x0000F03FA mask that includes all attributes that cannot be changed.

Applications cannot use the set_file_attributes method to directly change any of the following attributes: FILE, DIRECTORY, DATA_STREAM, COMPRESSED, ENCRYPTED, SYMLINK, RESERVED_0, RESERVED_1, RESERVED_2, or RESERVED_3.

VAULT_FATTR_USER_DEFINED0x7FF00000A mask for application-defined attributes.

Applications can use the set_file_attributes method to set custom attributes, as long as their values are covered by this mask.

VAULT_FATTR_ANY_FILE0x7FFFFFFFA mask that includes any and all attributes.

Note: This method can be called only when active is true.

get_file_compression Method (CBVault Struct)

This method retrieves the compression mode of a file or alternate stream.

Syntax

fn get_file_compression(&self, file_name : &String) ->  Result<i32, CBFSVaultError>

Remarks

This method retrieves the compression mode of the file or alternate stream specified by FileName.

The value passed for FileName must be a vault-local absolute path.

The returned compression mode will be one of the following values:

VAULT_CM_NONE0Do not use compression.

VAULT_CM_DEFAULT1Use default compression (zlib).

VAULT_CM_CUSTOM2Use event-based custom compression.

This compression level is not used.

VAULT_CM_ZLIB3Use zlib compression.

Valid compression levels are 1-9.

VAULT_CM_RLE4Use RLE compression.

This compression level is not used.

Applications that use custom compression must implement the on_data_compress and on_data_decompress events. Please refer to the Compression topic for more information.

Note: This method can be called only when active is true.

get_file_creation_time Method (CBVault Struct)

This method retrieves the creation time of a vault item.

Syntax

fn get_file_creation_time(&self, file_name : &String) ->  Result<chrono::DateTime<Utc>, CBFSVaultError>

Remarks

This method retrieves the creation time of the vault item (e.g., file, directory, symbolic link, or alternate stream) specified by FileName. The timestamps returned by this method are specified .

The value passed for FileName must be a vault-local absolute path.

Note: This method can be called only when active is true.

get_file_encryption Method (CBVault Struct)

This method retrieves the encryption mode of a file or alternate stream.

Syntax

fn get_file_encryption(&self, file_name : &String) ->  Result<i32, CBFSVaultError>

Remarks

This method retrieves the encryption mode of the file or alternate stream specified by FileName.

The value passed for FileName must be a vault-local absolute path.

The returned encryption mode will be one of the following values:

VAULT_EM_NONE0x0Do not use encryption.

VAULT_EM_DEFAULT0x1Use default encryption (VAULT_EM_XTS_AES256_PBKDF2_HMAC_SHA256).

VAULT_EM_XTS_AES256_PBKDF2_HMAC_SHA2560x2Use AES256 encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

VAULT_EM_CUSTOM256_PBKDF2_HMAC_SHA2560x3Use event-based custom 256-bit encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

A 256-bit (32-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM512_PBKDF2_HMAC_SHA2560x4Use event-based custom 512-bit encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

A 512-bit (64-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM1024_PBKDF2_HMAC_SHA2560x5Use event-based custom 1024-bit encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

A 1024-bit (128-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM256_CUSTOM_KEY_DERIVE0x23Use event-based custom 256-bit encryption with custom key derivation.

A 256-bit (32-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM512_CUSTOM_KEY_DERIVE0x24Use event-based custom 512-bit encryption with custom key derivation.

A 512-bit (64-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM1024_CUSTOM_KEY_DERIVE0x25Use event-based custom 1024-bit encryption with custom key derivation.

A 1024-bit (128-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM256_DIRECT_KEY0x43Use event-based custom 256-bit encryption with no key derivation.

A 256-bit (32-byte) block size is used with this encryption mode. This mode is useful for cases in which the password is an identifier for an external key and should not be used for key derivation.

VAULT_EM_CUSTOM512_DIRECT_KEY0x44Use event-based custom 512-bit encryption with no key derivation.

A 512-bit (64-byte) block size is used with this encryption mode. This mode is useful for cases in which the password is an identifier for an external key and should not be used for key derivation.

VAULT_EM_CUSTOM1024_DIRECT_KEY0x45Use event-based custom 1024-bit encryption with no key derivation.

A 1024-bit (128-byte) block size is used with this encryption mode. This mode is useful for cases in which the password is an identifier for an external key and should not be used for key derivation.

VAULT_EM_UNKNOWN0xFFUnidentified or unknown encryption.

Applications that use custom encryption must implement at least the on_data_encrypt and on_data_decrypt events. Certain custom encryption modes may require that the on_hash_calculate or on_key_derive event be implemented as well. Please refer to the Encryption topic for more information.

Note: This method can be called only when active is true.

get_file_last_access_time Method (CBVault Struct)

This method retrieves the last access time of a vault item.

Syntax

fn get_file_last_access_time(&self, file_name : &String) ->  Result<chrono::DateTime<Utc>, CBFSVaultError>

Remarks

This method retrieves the creation time of the vault item (e.g., file, directory, symbolic link, or alternate stream) specified by FileName. The timestamps returned by this method are specified .

Note: Vault items' last access times are updated only if the use_access_time property is enabled.

The value passed for FileName must be a vault-local absolute path.

Note: This method can be called only when active is true.

get_file_metadata_size Method (CBVault Struct)

This method retrieves the size of the metadata associated with a vault item.

Syntax

fn get_file_metadata_size(&self, file_name : &String) ->  Result<i64, CBFSVaultError>

Remarks

This method retrieves the size of the metadata associated with the vault item (e.g., file, directory, symbolic link, or alternate stream) specified by FileName.

A vault item's metadata size reflects the total size of all vault pages associated with it that do not contain actual file/stream data; this includes file tags (both internal and application-defined), index pages, B-trees, and all other "filesystem information".

The value passed for FileName must be a vault-local absolute path.

Note: This method can be called only when active is true.

get_file_modification_time Method (CBVault Struct)

This method retrieves the modification time of a vault item.

Syntax

fn get_file_modification_time(&self, file_name : &String) ->  Result<chrono::DateTime<Utc>, CBFSVaultError>

Remarks

This method retrieves the modification time of the vault item (e.g., file, directory, symbolic link, or alternate stream) specified by FileName. The timestamps returned by this method are specified .

The value passed for FileName must be a vault-local absolute path.

Note: This method can be called only when active is true.

get_file_size Method (CBVault Struct)

This method retrieves the size of a file or alternate stream.

Syntax

fn get_file_size(&self, file_name : &String) ->  Result<i64, CBFSVaultError>

Remarks

This method retrieves the size, in bytes, of the file or alternate stream specified by FileName.

Note: For files, the returned value reflects only the size of the file's immediate contents, it does not account for any alternate streams the file may or may not contain.

The value passed for FileName must be a vault-local absolute path.

Note: This method can be called only when active is true.

get_file_tag Method (CBVault Struct)

This method retrieves the binary data held by a raw file tag attached to the specified vault item.

Syntax

fn get_file_tag(&self, file_name : &String, tag_id : i32) ->  Result<Vec<u8>, CBFSVaultError>

Remarks

This method retrieves the binary data held by a raw file tag, identified by TagId, attached to the vault item (e.g., file, directory, or alternate stream) specified by FileName. If a raw file tag with the specified TagId is not attached to the specified vault item, this method .

The value passed for FileName must be a vault-local absolute path. The value passed for TagId must be in the range 0x0001 to 0xCFFF (inclusive).

Please refer to the File Tags topic for more information.

Note: This method can be called only when active is true.

get_file_tag_as_ansi_string Method (CBVault Struct)

This method retrieves the value of an AnsiString-typed file tag attached to the specified vault item.

Syntax

fn get_file_tag_as_ansi_string(&self, file_name : &String, tag_name : &String) ->  Result<String, CBFSVaultError>

Remarks

This method retrieves the value of an AnsiString-typed file tag, identified by TagName, attached to the vault item (e.g., file, directory, or alternate stream) specified by FileName. If an AnsiString-typed file tag with the specified TagName is not attached to the specified vault item, this method .

The value passed for FileName must be a vault-local absolute path. The value passed for TagName may be up to 4095 characters in length (not including the null terminator).

Please refer to the File Tags topic for more information.

This method can only retrieve typed file tags created with the set_file_tag_as_ansi_string method. Typed file tags created with the set_file_tag_as_string method must be retrieved using the get_file_tag_as_string method.

Note: This method can be called only when active is true.

get_file_tag_as_boolean Method (CBVault Struct)

This method retrieves the value of a Boolean-typed file tag attached to the specified vault item.

Syntax

fn get_file_tag_as_boolean(&self, file_name : &String, tag_name : &String) ->  Result<bool, CBFSVaultError>

Remarks

This method retrieves the value of a Boolean-typed file tag, identified by TagName, attached to the vault item (e.g., file, directory, or alternate stream) specified by FileName. If a Boolean-typed file tag with the specified TagName is not attached to the specified vault item, this method .

The value passed for FileName must be a vault-local absolute path. The value passed for TagName may be up to 4095 characters in length (not including the null terminator).

Please refer to the File Tags topic for more information.

Note: This method can be called only when active is true.

get_file_tag_as_date_time Method (CBVault Struct)

This method retrieves the value of a DateTime-typed file tag attached to the specified vault item.

Syntax

fn get_file_tag_as_date_time(&self, file_name : &String, tag_name : &String) ->  Result<chrono::DateTime<Utc>, CBFSVaultError>

Remarks

This method retrieves the value of a DateTime-typed file tag, identified by TagName, attached to the vault item (e.g., file, directory, or alternate stream) specified by FileName. If a DateTime-typed file tag with the specified TagName is not attached to the specified vault item, this method .

The timestamps returned by this method are specified .

The value passed for FileName must be a vault-local absolute path. The value passed for TagName may be up to 4095 characters in length (not including the null terminator).

Please refer to the File Tags topic for more information.

Note: This method can be called only when active is true.

get_file_tag_as_number Method (CBVault Struct)

This method retrieves the value of a Number-typed file tag attached to the specified vault item.

Syntax

fn get_file_tag_as_number(&self, file_name : &String, tag_name : &String) ->  Result<i64, CBFSVaultError>

Remarks

This method retrieves the value of a Number-typed file tag, identified by TagName, attached to the vault item (e.g., file, directory, or alternate stream) specified by FileName. If a Number-typed file tag with the specified TagName is not attached to the specified vault item, this method .

The value passed for FileName must be a vault-local absolute path. The value passed for TagName may be up to 4095 characters in length (not including the null terminator).

Please refer to the File Tags topic for more information.

Note: This method can be called only when active is true.

get_file_tag_as_string Method (CBVault Struct)

This method retrieves the value of a String-typed file tag attached to the specified vault item.

Syntax

fn get_file_tag_as_string(&self, file_name : &String, tag_name : &String) ->  Result<String, CBFSVaultError>

Remarks

This method retrieves the value of a String-typed file tag, identified by TagName, attached to the vault item (e.g., file, directory, or alternate stream) specified by FileName. If a String-typed file tag with the specified TagName is not attached to the specified vault item, this method .

The value passed for FileName must be a vault-local absolute path. The value passed for TagName may be up to 4095 characters in length (not including the null terminator).

Please refer to the File Tags topic for more information.

This method can only retrieve typed file tags created with the set_file_tag_as_string method. Typed file tags created with the set_file_tag_as_ansi_string method must be retrieved using the get_file_tag_as_ansi_string method.

Note: This method can be called only when active is true.

get_file_tag_data_type Method (CBVault Struct)

This method retrieves the data type of a typed file tag attached to a specific vault item.

Syntax

fn get_file_tag_data_type(&self, file_name : &String, tag_name : &String) ->  Result<i32, CBFSVaultError>

Remarks

This method retrieves the data type of a typed file tag, identified by TagName, attached to the vault item (e.g., file, directory, or alternate stream) specified by FileName. If a typed file tag with the specified TagName is not attached to the specified vault item, this method .

The value passed for FileName must be a vault-local absolute path. The value passed for TagName may be up to 4095 characters in length (not including the null terminator).

The value returned by this method will be one of the following (except VAULT_TDT_RAWDATA, which is not applicable):

VAULT_TDT_RAWDATA0x0The tag is untyped and must be addressed by Id.

VAULT_TDT_BOOLEAN0x1The tag contains Boolean data and must be addressed by name.

VAULT_TDT_STRING0x2The tag contains String (UTF-16LE) data and must be addressed by name.

VAULT_TDT_DATETIME0x3The tag contains DateTime data and must be addressed by name.

VAULT_TDT_NUMBER0x4The tag contains numeric (signed 64-bit) data and must be addressed by name.

VAULT_TDT_ANSISTRING0x5The tag contains AnsiString (8-bit string) data and must be addressed by name.

Please refer to the File Tags topic for more information.

Note: This method can be called only when active is true.

get_file_tag_size Method (CBVault Struct)

This method retrieves the size of a raw file tag attached to the specified vault item.

Syntax

fn get_file_tag_size(&self, file_name : &String, tag_id : i32) ->  Result<i32, CBFSVaultError>

Remarks

This method retrieves the size of the binary data held by a raw file tag, identified by TagId, attached to the vault item (e.g., file, directory, or alternate stream) specified by FileName. If a raw file tag with the specified TagId is not attached to the specified vault item, this method returns 0 as the tag size.

The value passed for FileName must be a vault-local absolute path. The value passed for TagId must be in the range 0x0001 to 0xCFFF (inclusive).

Please refer to the File Tags topic for more information.

Note: This method can be called only when active is true.

get_search_result_attributes Method (CBVault Struct)

This method retrieves the attributes of a vault item found during a search operation.

Syntax

fn get_search_result_attributes(&self, search_id : i64) ->  Result<i32, CBFSVaultError>

Remarks

This method retrieves the attributes of a vault item (e.g., file, directory, symbolic link, or alternate stream) found via find_first/find_first_by_query/find_next as part of the search operation identified by SearchId. Please refer to those methods' documentation for more information.

The value passed for SearchId must be a search operation Id returned by find_first or find_first_by_query.

The vault item's attributes are returned as a 32-bit integer composed of one or more of the following values:

VAULT_FATTR_FILE0x00000001The entry is a file.

VAULT_FATTR_DIRECTORY0x00000002The entry is a directory.

VAULT_FATTR_DATA_STREAM0x00000004The entry is an alternate data stream.

VAULT_FATTR_COMPRESSED0x00000008The file or stream is compressed.

VAULT_FATTR_ENCRYPTED0x00000010The file or stream is encrypted.

VAULT_FATTR_SYMLINK0x00000020The entry is a symbolic link.

VAULT_FATTR_READONLY0x00000040The file is read-only.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_ARCHIVE0x00000080The file requires archiving.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_HIDDEN0x00000100The file is hidden.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_SYSTEM0x00000200The file is a system file.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_TEMPORARY0x00000400The file is temporary.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_DELETE_ON_CLOSE0x00000800The file should be deleted when the last handle to the file is closed.

This attribute is currently not supported by CBFS Vault.

VAULT_FATTR_RESERVED_00x00001000Reserved.

VAULT_FATTR_RESERVED_10x00002000Reserved.

VAULT_FATTR_RESERVED_20x00004000Reserved.

VAULT_FATTR_RESERVED_30x00008000Reserved.

VAULT_FATTR_NO_USER_CHANGE0x0000F03FA mask that includes all attributes that cannot be changed.

Applications cannot use the set_file_attributes method to directly change any of the following attributes: FILE, DIRECTORY, DATA_STREAM, COMPRESSED, ENCRYPTED, SYMLINK, RESERVED_0, RESERVED_1, RESERVED_2, or RESERVED_3.

VAULT_FATTR_USER_DEFINED0x7FF00000A mask for application-defined attributes.

Applications can use the set_file_attributes method to set custom attributes, as long as their values are covered by this mask.

VAULT_FATTR_ANY_FILE0x7FFFFFFFA mask that includes any and all attributes.

If, however, attributes were not requested as part of the specified search operation (by passing either 0 or a value including VAULT_FF_NEED_ATTRIBUTES for the find_first/find_first_by_query method's Flags parameter), this method will always return 0. Please refer to the documentation for these methods for more information.

Note: This method can be called only when active is true.

get_search_result_creation_time Method (CBVault Struct)

This method retrieves the creation time of a vault item found during a search operation.

Syntax

fn get_search_result_creation_time(&self, search_id : i64) ->  Result<chrono::DateTime<Utc>, CBFSVaultError>

Remarks

This method retrieves the creation time of a vault item (e.g., file, directory, symbolic link, or alternate stream) found via find_first/find_first_by_query/find_next as part of the search operation identified by SearchId. Please refer to those methods' documentation for more information.

The value passed for SearchId must be a search operation Id returned by find_first or find_first_by_query.

The timestamps returned by this method are specified .

If times were not requested as part of the specified search operation (by passing either 0 or a value including VAULT_FF_NEED_TIMES for the find_first/find_first_by_query method's Flags parameter), this method will always return January 1, 1601 00:00:00 UTC. Please refer to the documentation for these methods for more information.

Note: This method can be called only when active is true.

get_search_result_full_name Method (CBVault Struct)

This method retrieves the fully qualified name of a vault item found during a search operation.

Syntax

fn get_search_result_full_name(&self, search_id : i64) ->  Result<String, CBFSVaultError>

Remarks

This method retrieves the fully qualified name of a vault item (e.g., file, directory, symbolic link, or alternate stream) found via find_first/find_first_by_query/find_next as part of the search operation identified by SearchId (i.e., the vault item's vault-local absolute path). Please refer to those methods' documentation for more information.

The value passed for SearchId must be a search operation Id returned by find_first or find_first_by_query.

If fully qualified names were not requested as part of the specified search operation (by passing either 0 or a value including VAULT_FF_NEED_FULL_NAME for the find_first/find_first_by_query method's Flags parameter), this method will always return an empty string. Please refer to the documentation for these methods for more information.

Note: This method can be called only when active is true.

get_search_result_last_access_time Method (CBVault Struct)

This method retrieves the last access time of a vault item found during a search operation.

Syntax

fn get_search_result_last_access_time(&self, search_id : i64) ->  Result<chrono::DateTime<Utc>, CBFSVaultError>

Remarks

This method retrieves the creation time of a vault item (e.g., file, directory, symbolic link, or alternate stream) found via find_first/find_first_by_query/find_next as part of the search operation identified by SearchId. Please refer to those methods' documentation for more information.

The value passed for SearchId must be a search operation Id returned by find_first or find_first_by_query.

The timestamps returned by this method are specified .

If times were not requested as part of the specified search operation (by passing either 0 or a value including VAULT_FF_NEED_TIMES for the find_first/find_first_by_query method's Flags parameter), this method will always return January 1, 1601 00:00:00 UTC. Please refer to the documentation for these methods for more information.

Note: Vault items' last access times are updated only if the use_access_time property is enabled.

Note: This method can be called only when active is true.

get_search_result_link_destination Method (CBVault Struct)

This method retrieves the destination of a symbolic link found during a search operation.

Syntax

fn get_search_result_link_destination(&self, search_id : i64) ->  Result<String, CBFSVaultError>

Remarks

This method retrieves the fully qualified name of a symbolic link found via find_first/find_first_by_query/find_next as part of the search operation identified by SearchId. Please refer to those methods' documentation for more information.

The value passed for SearchId must be a search operation Id returned by find_first or find_first_by_query.

If the most recently found vault item is not a symbolic link, or if symbolic link destinations were not requested as part of the specified search operation (by passing either 0 or a value including VAULT_FF_NEED_LINK_DEST for the find_first/find_first_by_query method's Flags parameter), this method will always return an empty string. Please refer to the documentation for these methods for more information.

Note: This method can be called only when active is true.

get_search_result_metadata_size Method (CBVault Struct)

This method retrieves the size of the metadata associated with a vault item found during a search operation.

Syntax

fn get_search_result_metadata_size(&self, search_id : i64) ->  Result<i64, CBFSVaultError>

Remarks

This method retrieves the size of the metadata associated with a vault item (e.g., file, directory, symbolic link, or alternate stream) found via find_first/find_first_by_query/find_next as part of the search operation identified by SearchId. Please refer to those methods' documentation for more information.

The metadata size of a vault item reflects the total size of all vault pages associated with it that do not contain actual file/stream data; this includes file tags (both internal and application defined), index pages, B-trees, and all other "filesystem information".

The value passed for SearchId must be a search operation Id returned by find_first or find_first_by_query.

If metadata sizes were not requested as part of the specified search operation (by passing either 0 or a value including VAULT_FF_NEED_METADATA_SIZE for the find_first/find_first_by_query method's Flags parameter), this method will always return 0. Please refer to the documentation for these methods for more information.

Note: This method can be called only when active is true.

get_search_result_modification_time Method (CBVault Struct)

This method retrieves the modification time of a vault item found during a search operation.

Syntax

fn get_search_result_modification_time(&self, search_id : i64) ->  Result<chrono::DateTime<Utc>, CBFSVaultError>

Remarks

This method retrieves the modification time of a vault item (e.g., file, directory, symbolic link, or alternate stream) found via find_first/find_first_by_query/find_next as part of the search operation identified by SearchId. Please refer to those methods' documentation for more information.

The value passed for SearchId must be a search operation Id returned by find_first or find_first_by_query.

The timestamps returned by this method are specified .

If times were not requested as part of the specified search operation (by passing either 0 or a value including VAULT_FF_NEED_TIMES for the find_first/find_first_by_query method's Flags parameter), this method will always return January 1, 1601 00:00:00 UTC. Please refer to the documentation for these methods for more information.

Note: This method can be called only when active is true.

get_search_result_name Method (CBVault Struct)

This method retrieves the name of a vault item found during a search operation.

Syntax

fn get_search_result_name(&self, search_id : i64) ->  Result<String, CBFSVaultError>

Remarks

This method retrieves the name of a vault item (e.g., file, directory, symbolic link, or alternate stream) found via find_first/find_first_by_query/find_next as part of the search operation identified by SearchId. Please refer to those methods' documentation for more information.

The value passed for SearchId must be a search operation Id returned by find_first or find_first_by_query.

The names returned by this method do not include a path; use get_search_result_full_name if a path is needed.

If names were not requested as part of the specified search operation (by passing either 0 or a value including VAULT_FF_NEED_NAME for the find_first/find_first_by_query method's Flags parameter), this method will always return an empty string. Please refer to the documentation for these methods for more information.

Note: This method can be called only when active is true.

get_search_results Method (CBVault Struct)

This method retrieves all information about a vault item found during a search operation.

Syntax

fn get_search_results(&self, search_id : i64, name : &mut String, full_name : &mut String, attributes : &mut i32, size : &mut i64, creation_time : &mut chrono::DateTime<Utc>, modification_time : &mut chrono::DateTime<Utc>, last_access_time : &mut chrono::DateTime<Utc>, link_destination : &mut String, metadata_size : &mut i64) -> Option<CBFSVaultError>

Remarks

This method retrieves all available information about a vault item (e.g., file, directory, symbolic link, or alternate stream) found via find_first/find_first_by_query/find_next as part of the search operation identified by SearchId. Please refer to those methods' documentation for more information.

The value passed for SearchId must be a search operation Id returned by find_first or find_first_by_query.

If names were not requested as part of the specified search operation (by passing either 0 or a value including VAULT_FF_NEED_NAME for the find_first/find_first_by_query method's Flags parameter), this method will always return empty strings. Please refer to the documentation for these methods for more information.

Note: This method can be called only when active is true.

get_search_result_size Method (CBVault Struct)

This method retrieves the size of a vault item found during a search operation.

Syntax

fn get_search_result_size(&self, search_id : i64) ->  Result<i64, CBFSVaultError>

Remarks

This method retrieves the size of a vault item (e.g., file, directory, symbolic link, or alternate stream) found via find_first/find_first_by_query/find_next as part of the search operation identified by SearchId. Please refer to those methods' documentation for more information.

Note: For files, the returned value reflects only the size of the file's immediate contents; it does not account for any alternate streams the file may or may not contain.

The value passed for SearchId must be a search operation Id returned by find_first or find_first_by_query.

If the vault item is a directory, or if sizes were not requested as part of the specified search operation (by passing either 0 or a value including VAULT_FF_NEED_SIZE for the find_first/find_first_by_query method's Flags parameter), this method will always return 0. Please refer to the documentation for these methods for more information.

Note: This method can be called only when active is true.

is_directory_empty Method (CBVault Struct)

This method checks whether a directory is empty.

Syntax

fn is_directory_empty(&self, directory : &String) ->  Result<bool, CBFSVaultError>

Remarks

This method checks whether the directory specified by Directory is empty (i.e., does not contain any files, subdirectories, or symbolic links). If the specified directory is empty, this method returns true; otherwise, it returns false.

The value passed for Directory must be a vault-local absolute path.

Note: This method can be called only when active is true.

is_valid_vault Method (CBVault Struct)

This method checks whether a local file is a CBFS Vault vault.

Syntax

fn is_valid_vault(&self) ->  Result<bool, CBFSVaultError>

Remarks

This method checks whether the file specified by the vault_file property is a CBFS Vault vault that can be opened by the struct. The file being checked must be fully closed when this method is called.

If the specified file is a CBFS Vault vault, this method returns true; otherwise, it returns false.

If the callback_mode property is enabled, the check will be performed by the appropriate Vault* events (and the value held by vault_file is simply passed to such events for the application to use).

Note: This method uses a simple detection mechanism; it does not perform a full consistency check or attempt any repairs, so applications may still need to call check_and_repair even if this method returns true. If an error occurs during the detection process, this method .

Note: This method cannot be called when active is true, and it cannot be called within events.

move_file Method (CBVault Struct)

This method renames or moves a vault item.

Syntax

fn move_file(&self, old_file_name : &String, new_file_name : &String, overwrite : bool) -> Option<CBFSVaultError>

Remarks

This method renames or moves a vault item (e.g., file, directory, symbolic link, or alternate stream) from the specified OldFileName to the specified NewFileName. For alternate streams, renaming is always possible, but moving them from one file to another is allowed only if the AllowMoveStreamsBetweenFiles configuration setting is enabled.

The values passed for OldFileName and NewFileName must both be vault-local absolute paths (including the item's old and new names, respectively) in the same vault.

The Overwrite parameter specifies what to do if a vault item with the specified NewFileName already exists. If Overwrite is true, and such an item exists, it will be overwritten by the item specified by OldFileName. But if such an item exists, and Overwrite is false, this method .

Note: The usual rules of deletion still apply for an item being overwritten. Notably, a nonempty directory cannot be overwritten.

Note: This method can be called only when active is true, and it cannot be called within events.

open_file Method (CBVault Struct)

This method opens a new or existing file or alternate stream in the vault.

Syntax

fn open_file(&self, file_name : &String, open_mode : i32, read_enabled : bool, write_enabled : bool, password : &String) ->  Result<CBFSVaultStream, CBFSVaultError>

Remarks

This method opens the file or alternate stream specified by FileName, creating it if necessary based on the specified OpenMode, and returns a stream object that provides access to its data.

Note: Files and alternate streams cannot be created or written to if the vault is open in read_only mode.

The value passed for FileName must be a vault-local absolute path.

The OpenMode parameter specifies what behavior to use when opening a file or alternate stream. Valid values are as follows:

VAULT_FOM_CREATE_NEW0Creates a new file or alternate stream if possible, failing if one already exists.

VAULT_FOM_CREATE_ALWAYS1Creates a new file or stream, overwriting an existing one if necessary.

VAULT_FOM_OPEN_EXISTING2Opens a file or stream if it exists; fails otherwise.

VAULT_FOM_OPEN_ALWAYS3Opens a file or stream if it exists; creates a new one otherwise.

The ReadEnabled and WriteEnabled parameters specify which kinds of access the returned stream object should permit.

Note: WriteEnabled is ignored if read_only is true.

The Password parameter works as follows:

  • If the specified file or alternate stream already exists and is encrypted, the specified Password is used to decrypt and access its data.
  • If a new file or alternate stream is created, and the default_file_encryption property is not VAULT_EM_NONE, the specified Password is used to encrypt it.
If the value passed for Password is null or empty string and the password is needed, the struct will use the current value of either the default_file_create_password or default_file_access_password property depending on whether the file is being created or opened.

Internally, this method simply calls open_file_ex, passing on all shared parameters' values and using the following defaults for the others:

Please refer to the open_file_ex method's documentation for more information.

Note: This method can be called only when active is true, and it cannot be called within events.

open_file_ex Method (CBVault Struct)

This method opens a new or existing file or alternate stream in the vault.

Syntax

fn open_file_ex(&self, file_name : &String, open_mode : i32, read_enabled : bool, write_enabled : bool, share_deny_read : bool, share_deny_write : bool, encryption : i32, password : &String, compression : i32, compression_level : i32, pages_per_block : i32) ->  Result<CBFSVaultStream, CBFSVaultError>

Remarks

This method opens the file or alternate stream specified by FileName, creating it if necessary based on the specified OpenMode, and returns a stream object that provides access to its data.

Note: Files and alternate streams cannot be created or written to if the vault is open in read_only mode.

The value passed for FileName must be a vault-local absolute path.

The OpenMode parameter specifies what behavior to use when opening a file or alternate stream. Valid values are as follows:

VAULT_FOM_CREATE_NEW0Creates a new file or alternate stream if possible, failing if one already exists.

VAULT_FOM_CREATE_ALWAYS1Creates a new file or stream, overwriting an existing one if necessary.

VAULT_FOM_OPEN_EXISTING2Opens a file or stream if it exists; fails otherwise.

VAULT_FOM_OPEN_ALWAYS3Opens a file or stream if it exists; creates a new one otherwise.

The ReadEnabled and WriteEnabled parameters specify which kinds of access the returned stream object should permit.

Note: WriteEnabled is ignored if read_only is true.

The ShareDenyRead and ShareDenyWrite parameters specify whether other accessors may read and/or write the specified file or alternate stream simultaneously. To prevent simultaneous read and/or write access, pass true; to allow it, pass false.

The Encryption parameter specifies the encryption mode to use when creating a file or alternate stream. Valid values are as follows:

VAULT_EM_NONE0x0Do not use encryption.

VAULT_EM_DEFAULT0x1Use default encryption (VAULT_EM_XTS_AES256_PBKDF2_HMAC_SHA256).

VAULT_EM_XTS_AES256_PBKDF2_HMAC_SHA2560x2Use AES256 encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

VAULT_EM_CUSTOM256_PBKDF2_HMAC_SHA2560x3Use event-based custom 256-bit encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

A 256-bit (32-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM512_PBKDF2_HMAC_SHA2560x4Use event-based custom 512-bit encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

A 512-bit (64-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM1024_PBKDF2_HMAC_SHA2560x5Use event-based custom 1024-bit encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

A 1024-bit (128-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM256_CUSTOM_KEY_DERIVE0x23Use event-based custom 256-bit encryption with custom key derivation.

A 256-bit (32-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM512_CUSTOM_KEY_DERIVE0x24Use event-based custom 512-bit encryption with custom key derivation.

A 512-bit (64-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM1024_CUSTOM_KEY_DERIVE0x25Use event-based custom 1024-bit encryption with custom key derivation.

A 1024-bit (128-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM256_DIRECT_KEY0x43Use event-based custom 256-bit encryption with no key derivation.

A 256-bit (32-byte) block size is used with this encryption mode. This mode is useful for cases in which the password is an identifier for an external key and should not be used for key derivation.

VAULT_EM_CUSTOM512_DIRECT_KEY0x44Use event-based custom 512-bit encryption with no key derivation.

A 512-bit (64-byte) block size is used with this encryption mode. This mode is useful for cases in which the password is an identifier for an external key and should not be used for key derivation.

VAULT_EM_CUSTOM1024_DIRECT_KEY0x45Use event-based custom 1024-bit encryption with no key derivation.

A 1024-bit (128-byte) block size is used with this encryption mode. This mode is useful for cases in which the password is an identifier for an external key and should not be used for key derivation.

VAULT_EM_UNKNOWN0xFFUnidentified or unknown encryption.

Applications that use custom encryption must implement at least the on_data_encrypt and on_data_decrypt events. Certain custom encryption modes may require that the on_hash_calculate or on_key_derive event be implemented as well. Please refer to the Encryption topic for more information.

The Password parameter works as follows:

  • If the specified file or alternate stream already exists and is encrypted, the specified Password is used to decrypt and access its data.
  • If a file or alternate stream is created, and Encryption is not VAULT_EM_NONE, the specified Password is used to encrypt it.
If the value passed for Password is null or empty string and the password is needed, the struct will use the current value of either the default_file_create_password or default_file_access_password property depending on whether the file is being created or opened.

The Compression parameter specifies the compression mode to use when creating a file or alternate stream. Valid values are as follows:

VAULT_CM_NONE0Do not use compression.

VAULT_CM_DEFAULT1Use default compression (zlib).

VAULT_CM_CUSTOM2Use event-based custom compression.

This compression level is not used.

VAULT_CM_ZLIB3Use zlib compression.

Valid compression levels are 1-9.

VAULT_CM_RLE4Use RLE compression.

This compression level is not used.

Applications that use custom compression must implement the on_data_compress and on_data_decompress events. Please refer to the Compression topic for more information.

The CompressionLevel parameter specifies the compression level to use, if applicable.

The PagesPerBlock parameter specifies how many pages should be compressed as a single block, if applicable. Valid values are powers of 2 up to and including 128 (i.e., 2, 4, 8, 16, 32, 64, or 128), or 0, which is interpreted as "default" (currently 16 for both zlib and run-length encoding [RLE]). Larger values allow for more efficient compression; however, because a block must be decompressed (and, for writes, recompressed) anytime its data are accessed, larger values can also cause excessive slowdown, especially for random access.

Note: This method can be called only when active is true, and it cannot be called within events.

open_root_data Method (CBVault Struct)

This method opens the vault's root data stream.

Syntax

fn open_root_data(&self) ->  Result<CBFSVaultStream, CBFSVaultError>

Remarks

This method opens the vault's root data stream, returning a stream object that provides access to its data.

Please refer to the Using RootData topic for more information.

Note: This method can be called only when active is true, and it cannot be called within events.

open_vault Method (CBVault Struct)

This method opens a new or existing vault.

Syntax

fn open_vault(&self, open_mode : i32, journaling_mode : i32) -> Option<CBFSVaultError>

Remarks

This method opens a vault, creating it if necessary based on the specified OpenMode.

The OpenMode parameter specifies what behavior to use when opening a vault. Valid values are as follows:

VAULT_OM_CREATE_NEW0Creates a new vault if possible, failing if one already exists.

VAULT_OM_CREATE_ALWAYS1Creates a new vault, overwriting an existing one if necessary.

VAULT_OM_OPEN_EXISTING2Opens a vault if it exists; fails otherwise.

VAULT_OM_OPEN_ALWAYS3Opens a vault if it exists; creates a new one otherwise.

The JournalingMode parameter specifies whether any form of journaling should be used when working with the vault. Valid values are as follows:

VAULT_JM_NONE0No journaling is used.

This mode ensures the fastest operations, but if the application crashes, corruption of the vault is possible.

VAULT_JM_METADATA1Journaling is used only for metadata (filesystem structure and directory contents).

This mode is a balance between speed and reliability.

VAULT_JM_FULL2Journaling is used for both filesystem structure and file data and metadata.

This mode is the slowest but the most reliable option.

When a vault is being created or opened, the vault_file and/or callback_mode properties are used to specify its location. If callback_mode is disabled (default), the struct creates or opens a file-based vault at the path specified by vault_file.

If callback_mode is enabled, then the application controls where the vault is located and how it is accessed by the Vault* events (and the value held by vault_file is simply passed to said events for the application to use). For brevity, vaults created and accessed using callback mode are referred to as "callback mode vaults"; please refer to the Callback Mode topic for more information.

The struct also has a number of other properties and configuration settings used when creating or opening a vault, all of which are listed below. Please refer to each one's documentation for more information, including usage restrictions.

If a file-based vault's storage file (or the storage device it is located on) is marked as read-only, then the read_only property must be enabled before this method is called. If an application attempts to open a vault with a read-only storage file in read-write mode, this method .

Note: This method cannot be called when active is true, and it cannot be called within events.

resolve_link Method (CBVault Struct)

This method retrieves the destination of a symbolic link.

Syntax

fn resolve_link(&self, link_name : &String, normalize : bool) ->  Result<String, CBFSVaultError>

Remarks

This method retrieves the destination pointed to by the symbolic link specified by LinkName.

The value passed for LinkName must be a vault-local absolute path.

As the create_link method's documentation describes, symbolic links can be created with either relative or absolute vault-local paths. The Normalize parameter specifies whether the struct should normalize the specified link's destination before returning it. Passing true will ensure a vault-local absolute path is always returned; passing false will cause the original destination path to be returned.

Note: This method can be called only when active is true.

set_file_attributes Method (CBVault Struct)

This method sets the attributes of a vault item.

Syntax

fn set_file_attributes(&self, file_name : &String, attributes : i32) -> Option<CBFSVaultError>

Remarks

This method sets the attributes of the vault item (e.g., file, directory, symbolic link, or alternate stream) specified by FileName.

The value passed for FileName must be a vault-local absolute path.

The Attributes parameter specifies the new attributes for the vault item, which should be constructed by ORing together one or more of the following values:

VAULT_FATTR_FILE0x00000001The entry is a file.

VAULT_FATTR_DIRECTORY0x00000002The entry is a directory.

VAULT_FATTR_DATA_STREAM0x00000004The entry is an alternate data stream.

VAULT_FATTR_COMPRESSED0x00000008The file or stream is compressed.

VAULT_FATTR_ENCRYPTED0x00000010The file or stream is encrypted.

VAULT_FATTR_SYMLINK0x00000020The entry is a symbolic link.

VAULT_FATTR_READONLY0x00000040The file is read-only.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_ARCHIVE0x00000080The file requires archiving.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_HIDDEN0x00000100The file is hidden.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_SYSTEM0x00000200The file is a system file.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_TEMPORARY0x00000400The file is temporary.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_DELETE_ON_CLOSE0x00000800The file should be deleted when the last handle to the file is closed.

This attribute is currently not supported by CBFS Vault.

VAULT_FATTR_RESERVED_00x00001000Reserved.

VAULT_FATTR_RESERVED_10x00002000Reserved.

VAULT_FATTR_RESERVED_20x00004000Reserved.

VAULT_FATTR_RESERVED_30x00008000Reserved.

VAULT_FATTR_NO_USER_CHANGE0x0000F03FA mask that includes all attributes that cannot be changed.

Applications cannot use the set_file_attributes method to directly change any of the following attributes: FILE, DIRECTORY, DATA_STREAM, COMPRESSED, ENCRYPTED, SYMLINK, RESERVED_0, RESERVED_1, RESERVED_2, or RESERVED_3.

VAULT_FATTR_USER_DEFINED0x7FF00000A mask for application-defined attributes.

Applications can use the set_file_attributes method to set custom attributes, as long as their values are covered by this mask.

VAULT_FATTR_ANY_FILE0x7FFFFFFFA mask that includes any and all attributes.

Note: This method can be called only when active is true, and it cannot be called within events.

set_file_compression Method (CBVault Struct)

This method compresses or decompresses a file or alternate stream.

Syntax

fn set_file_compression(&self, file_name : &String, compression : i32, compression_level : i32, pages_per_block : i32, password : &String) -> Option<CBFSVaultError>

Remarks

This method changes the compression mode used to compress the file or alternate stream specified by FileName.

The value passed for FileName must be a vault-local absolute path.

The Compression parameter specifies the new compression mode to use. Valid values are as follows:

VAULT_CM_NONE0Do not use compression.

VAULT_CM_DEFAULT1Use default compression (zlib).

VAULT_CM_CUSTOM2Use event-based custom compression.

This compression level is not used.

VAULT_CM_ZLIB3Use zlib compression.

Valid compression levels are 1-9.

VAULT_CM_RLE4Use RLE compression.

This compression level is not used.

Applications that use custom compression must implement the on_data_compress and on_data_decompress events. Please refer to the Compression topic for more information.

The CompressionLevel parameter specifies the compression level to use, if applicable.

The PagesPerBlock parameter specifies how many pages should be compressed as a single block, if applicable. Valid values are powers of 2 up to and including 128 (i.e., 2, 4, 8, 16, 32, 64, or 128), or 0, which is interpreted as "default" (currently 16 for both zlib and run-length encoding [RLE]). Larger values allow for more efficient compression; however, because a block must be decompressed (and, for writes, recompressed) anytime its data are accessed, larger values can also cause excessive slowdown, especially for random access.

The Password parameter specifies the password to use to access the file's data, if it is encrypted.

Note: This method can be called only when active is true, and it cannot be called within events.

set_file_creation_time Method (CBVault Struct)

This method sets the creation time of a vault item.

Syntax

fn set_file_creation_time(&self, file_name : &String, creation_time : &chrono::DateTime<Utc>) -> Option<CBFSVaultError>

Remarks

This method sets the creation time of the vault item (e.g., file, directory, symbolic link, or alternate stream) specified by FileName.

The value passed for FileName must be a vault-local absolute path.

The CreationTime parameter specifies the new creation time for the vault item, which must be specified .

Note: This method can be called only when active is true, and it cannot be called within events.

set_file_encryption Method (CBVault Struct)

This method encrypts, decrypts, or changes the encryption password of a file or alternate stream.

Syntax

fn set_file_encryption(&self, file_name : &String, encryption : i32, old_password : &String, new_password : &String) -> Option<CBFSVaultError>

Remarks

This method changes the encryption mode or password used to encrypt the file or alternate stream specified by FileName.

The value passed for FileName must be a vault-local absolute path.

The Encryption parameter specifies the new encryption mode to use. Valid values are as follows:

VAULT_EM_NONE0x0Do not use encryption.

VAULT_EM_DEFAULT0x1Use default encryption (VAULT_EM_XTS_AES256_PBKDF2_HMAC_SHA256).

VAULT_EM_XTS_AES256_PBKDF2_HMAC_SHA2560x2Use AES256 encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

VAULT_EM_CUSTOM256_PBKDF2_HMAC_SHA2560x3Use event-based custom 256-bit encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

A 256-bit (32-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM512_PBKDF2_HMAC_SHA2560x4Use event-based custom 512-bit encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

A 512-bit (64-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM1024_PBKDF2_HMAC_SHA2560x5Use event-based custom 1024-bit encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

A 1024-bit (128-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM256_CUSTOM_KEY_DERIVE0x23Use event-based custom 256-bit encryption with custom key derivation.

A 256-bit (32-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM512_CUSTOM_KEY_DERIVE0x24Use event-based custom 512-bit encryption with custom key derivation.

A 512-bit (64-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM1024_CUSTOM_KEY_DERIVE0x25Use event-based custom 1024-bit encryption with custom key derivation.

A 1024-bit (128-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM256_DIRECT_KEY0x43Use event-based custom 256-bit encryption with no key derivation.

A 256-bit (32-byte) block size is used with this encryption mode. This mode is useful for cases in which the password is an identifier for an external key and should not be used for key derivation.

VAULT_EM_CUSTOM512_DIRECT_KEY0x44Use event-based custom 512-bit encryption with no key derivation.

A 512-bit (64-byte) block size is used with this encryption mode. This mode is useful for cases in which the password is an identifier for an external key and should not be used for key derivation.

VAULT_EM_CUSTOM1024_DIRECT_KEY0x45Use event-based custom 1024-bit encryption with no key derivation.

A 1024-bit (128-byte) block size is used with this encryption mode. This mode is useful for cases in which the password is an identifier for an external key and should not be used for key derivation.

VAULT_EM_UNKNOWN0xFFUnidentified or unknown encryption.

Applications that use custom encryption must implement at least the on_data_encrypt and on_data_decrypt events. Certain custom encryption modes may require that the on_hash_calculate or on_key_derive event be implemented as well. Please refer to the Encryption topic for more information.

The OldPassword parameter specifies the current encryption password, if applicable.

The NewPassword parameter specifies the new encryption password to use, if applicable.

Note: This method can be called only when active is true, and it cannot be called within events.

set_file_last_access_time Method (CBVault Struct)

This method sets the last access time of a vault item.

Syntax

fn set_file_last_access_time(&self, file_name : &String, last_access_time : &chrono::DateTime<Utc>) -> Option<CBFSVaultError>

Remarks

This method sets the last access time of the vault item (e.g., file, directory, symbolic link, or alternate stream) specified by FileName.

The value passed for FileName must be a vault-local absolute path.

The LastAccessTime parameter specifies the new last access time for the vault item, which must be specified .

Note: This method can be called only when active is true, and it cannot be called within events.

set_file_modification_time Method (CBVault Struct)

This method sets the modification time of a vault item.

Syntax

fn set_file_modification_time(&self, file_name : &String, modification_time : &chrono::DateTime<Utc>) -> Option<CBFSVaultError>

Remarks

This method sets the modification time of the vault item (e.g., file, directory, symbolic link, or alternate stream) specified by FileName.

The value passed for FileName must be a vault-local absolute path.

The ModificationTime parameter specifies the new modification time for the vault item, which must be specified .

Note: This method can be called only when active is true, and it cannot be called within events.

set_file_size Method (CBVault Struct)

This method sets the size of a file or alternate stream.

Syntax

fn set_file_size(&self, file_name : &String, size : i64, password : &String) -> Option<CBFSVaultError>

Remarks

This method sets the size of the file or alternate stream specified by FileName.

The value passed for FileName must be a vault-local absolute path.

The Size parameter specifies the new size of the file or alternate stream, which must be greater than or equal to 0.

Applications can also change the size of a file or alternate stream using the stream objects returned by the open_file and open_file_ex methods.

Note: This method can be called only when active is true, and it cannot be called within events.

set_file_tag Method (CBVault Struct)

This method attaches a raw file tag with binary data to the specified vault item.

Syntax

fn set_file_tag(&self, file_name : &String, tag_id : i32, data : &[u8]) -> Option<CBFSVaultError>

Remarks

This method attaches a raw file tag with binary data to the vault item (e.g., file, directory, or alternate stream) specified by FileName using the specified TagId. If a raw file tag with the specified TagId is already attached to the specified vault item, it is replaced.

The value passed for FileName must be a vault-local absolute path. The value passed for TagId must be in the range 0x0001 to 0xCFFF (inclusive).

The Data parameter specifies the raw binary data to store in the file tag; it may be up to 65531 bytes in length.

Please refer to the File Tags topic for more information.

Note: This method can be called only when active is true, and it cannot be called within events.

set_file_tag_as_ansi_string Method (CBVault Struct)

This method attaches an AnsiString-typed file tag to the specified vault item.

Syntax

fn set_file_tag_as_ansi_string(&self, file_name : &String, tag_name : &String, value : &String) -> Option<CBFSVaultError>

Remarks

This method attaches an AnsiString-typed file tag to the vault item (e.g., file, directory, or alternate stream) specified by FileTag using the specified TagName. If a typed file tag with the specified TagName is already attached to the specified vault item, it is replaced.

The value passed for FileName must be a vault-local absolute path. The value passed for TagName may be up to 4095 characters in length (not including the null terminator).

The Value parameter specifies the AnsiString value to store in the file tag; it may be up to 65529 - (name_length * 2) bytes in length (where name_length is measured in characters), including null terminators for both the AnsiString value and the name.

Please refer to the File Tags topic for more information.

Note: AnsiString file tag values are converted to UTF-16LE when referenced in a search query string. To reduce the chance of string-conversion-related issues, it is recommended that applications only store ASCII characters in AnsiString-typed file tags, and prefer String-typed file tags (created using set_file_tag_as_string) in all other cases.

Note: This method can be called only when active is true, and it cannot be called within events.

set_file_tag_as_boolean Method (CBVault Struct)

This method attaches a Boolean-typed file tag to the specified vault item.

Syntax

fn set_file_tag_as_boolean(&self, file_name : &String, tag_name : &String, value : bool) -> Option<CBFSVaultError>

Remarks

This method attaches a Boolean-typed file tag to the vault item (e.g., file, directory, or alternate stream) specified by FileTag using the specified TagName. If a typed file tag with the specified TagName is already attached to the specified vault item, it is replaced.

The value passed for FileName must be a vault-local absolute path. The value passed for TagName may be up to 4095 characters in length (not including the null terminator).

The Value parameter specifies the Boolean value to store in the file tag.

Please refer to the File Tags topic for more information.

Note: This method can be called only when active is true, and it cannot be called within events.

set_file_tag_as_date_time Method (CBVault Struct)

This method attaches a DateTime-typed file tag to the specified vault item.

Syntax

fn set_file_tag_as_date_time(&self, file_name : &String, tag_name : &String, value : &chrono::DateTime<Utc>) -> Option<CBFSVaultError>

Remarks

This method attaches a DateTime-typed file tag to the vault item (e.g., file, directory, or alternate stream) specified by FileTag using the specified TagName. If a typed file tag with the specified TagName is already attached to the specified vault item, it is replaced.

The value passed for FileName must be a vault-local absolute path. The value passed for TagName may be up to 4095 characters in length (not including the null terminator).

The Value parameter specifies the DateTime value to store in the file tag, which must be specified .

Please refer to the File Tags topic for more information.

Note: This method can be called only when active is true, and it cannot be called within events.

set_file_tag_as_number Method (CBVault Struct)

This method attaches a Number-typed file tag to the specified vault item.

Syntax

fn set_file_tag_as_number(&self, file_name : &String, tag_name : &String, value : i64) -> Option<CBFSVaultError>

Remarks

This method attaches a Number-typed file tag to the vault item (e.g., file, directory, or alternate stream) specified by FileTag using the specified TagName. If a typed file tag with the specified TagName is already attached to the specified vault item, it is replaced.

The value passed for FileName must be a vault-local absolute path. The value passed for TagName may be up to 4095 characters in length (not including the null terminator).

The Value parameter specifies the Number value to store in the file tag.

Please refer to the File Tags topic for more information.

Note: This method can be called only when active is true, and it cannot be called within events.

set_file_tag_as_string Method (CBVault Struct)

This method attaches a String-typed file tag to the specified vault item.

Syntax

fn set_file_tag_as_string(&self, file_name : &String, tag_name : &String, value : &String) -> Option<CBFSVaultError>

Remarks

This method attaches a String-typed file tag to the vault item (e.g., file, directory, or alternate stream) specified by FileTag using the specified TagName. If a typed file tag with the specified TagName is already attached to the specified vault item, it is replaced.

The value passed for FileName must be a vault-local absolute path. The value passed for TagName may be up to 4095 characters in length (not including the null terminator).

The Value parameter specifies the UTF-16LE String value to store in the file tag; it may be up to 65529 - (name_length * 2) bytes in length (where name_length is measured in characters), including null terminators for both the String value and the name.

Please refer to the File Tags topic for more information.

Note: This method can be called only when active is true, and it cannot be called within events.

unix_time_to_file_time Method (CBVault Struct)

This method converts the date/time in Unix format to the Windows FileTime format.

Syntax

fn unix_time_to_file_time(&self, unix_time : i64, nanoseconds : i32) ->  Result<chrono::DateTime<Utc>, CBFSVaultError>

Remarks

Use this method to convert the date/time in Unix format to the Windows FileTime format.

Pass the Unix time value to UnixTime and optionally pass the subsecond part of the time, expressed in nanoseconds, to the Nanoseconds parameter. If the subsecond part of the time is not available, set Nanoseconds to zero (0) value.

update_vault_encryption Method (CBVault Struct)

This method encrypts, decrypts, or changes the encryption password of the vault.

Syntax

fn update_vault_encryption(&self, encryption : i32, old_password : &String, new_password : &String) -> Option<CBFSVaultError>

Remarks

This method changes the encryption mode or password used to encrypt the vault.

The Encryption parameter specifies the new encryption mode to use. Valid values are as follows:

VAULT_EM_NONE0x0Do not use encryption.

VAULT_EM_DEFAULT0x1Use default encryption (VAULT_EM_XTS_AES256_PBKDF2_HMAC_SHA256).

VAULT_EM_XTS_AES256_PBKDF2_HMAC_SHA2560x2Use AES256 encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

VAULT_EM_CUSTOM256_PBKDF2_HMAC_SHA2560x3Use event-based custom 256-bit encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

A 256-bit (32-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM512_PBKDF2_HMAC_SHA2560x4Use event-based custom 512-bit encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

A 512-bit (64-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM1024_PBKDF2_HMAC_SHA2560x5Use event-based custom 1024-bit encryption with PBKDF2 key derivation based on a HMAC_SHA256 key hash.

A 1024-bit (128-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM256_CUSTOM_KEY_DERIVE0x23Use event-based custom 256-bit encryption with custom key derivation.

A 256-bit (32-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM512_CUSTOM_KEY_DERIVE0x24Use event-based custom 512-bit encryption with custom key derivation.

A 512-bit (64-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM1024_CUSTOM_KEY_DERIVE0x25Use event-based custom 1024-bit encryption with custom key derivation.

A 1024-bit (128-byte) block size is used with this encryption mode.

VAULT_EM_CUSTOM256_DIRECT_KEY0x43Use event-based custom 256-bit encryption with no key derivation.

A 256-bit (32-byte) block size is used with this encryption mode. This mode is useful for cases in which the password is an identifier for an external key and should not be used for key derivation.

VAULT_EM_CUSTOM512_DIRECT_KEY0x44Use event-based custom 512-bit encryption with no key derivation.

A 512-bit (64-byte) block size is used with this encryption mode. This mode is useful for cases in which the password is an identifier for an external key and should not be used for key derivation.

VAULT_EM_CUSTOM1024_DIRECT_KEY0x45Use event-based custom 1024-bit encryption with no key derivation.

A 1024-bit (128-byte) block size is used with this encryption mode. This mode is useful for cases in which the password is an identifier for an external key and should not be used for key derivation.

VAULT_EM_UNKNOWN0xFFUnidentified or unknown encryption.

Applications that use custom encryption must implement at least the on_data_encrypt and on_data_decrypt events. Certain custom encryption modes may require that the on_hash_calculate or on_key_derive event be implemented as well. Please refer to the Encryption topic for more information.

The OldPassword parameter specifies the current encryption password, if applicable.

The NewPassword parameter specifies the new encryption password to use, if applicable.

Note: This method can be called only when active is true, and it cannot be called within events.

on_data_compress Event (CBVault Struct)

This event fires to compress a block of data using a custom compression algorithm.

Syntax

// CBVaultDataCompressEventArgs carries the CBVault DataCompress event's parameters.
pub struct CBVaultDataCompressEventArgs {
  fn in_data(&self) -> *mut u8
  fn in_size(&self) -> i32
  fn out_data(&self) -> *mut u8
  fn out_size(&self) -> i32
  fn set_out_size(&self, value : i32)
  fn compression_level(&self) -> i32
  fn result_code(&self) -> i32
  fn set_result_code(&self, value : i32)
}

// CBVaultDataCompressEvent defines the signature of the CBVault DataCompress event's handler function.
pub trait CBVaultDataCompressEvent {
  fn on_data_compress(&self, sender : CBVault, e : &mut CBVaultDataCompressEventArgs);
}

impl <'a> CBVault<'a> {
  pub fn on_data_compress(&self) -> &'a dyn CBVaultDataCompressEvent;
  pub fn set_on_data_compress(&mut self, value : &'a dyn CBVaultDataCompressEvent);
  ...
}

Remarks

This event fires when the struct needs to compress a block of data using an application-defined compression algorithm. Please refer to the Compression topic for more information.

This event only needs to be handled by applications that use the VAULT_CM_CUSTOM compression mode. To handle this event properly, applications must compress all InSize bytes of data in the InData buffer, write the compressed data to the OutData buffer, and set OutSize to reflect the total number of bytes written to OutData.

Note: OutSize is initially set to the capacity of the OutData buffer. If the OutData buffer is not large enough to accommodate all of the data after compression (which, while uncommon, may occur with some compression algorithms), do not write any data to OutData. Instead, set ResultCode to VAULT_ERR_BUFFER_TOO_SMALL to inform the struct that the current block of data should remain uncompressed.

Please see the Buffer Parameters topic for more information on how to work with memory buffer event parameters.

The CompressionLevel specifies the requested compression level. Possible values are 0 through 9; where 0 means "use the default compression level". Applications may ignore this value if it is not needed by their compression algorithm.

The ResultCode parameter will always be 0 when the event is fired. If the event cannot be handled in a "successful" manner for some reason (e.g., a resource is not available or security checks failed), set it to a nonzero value to report an appropriate error. Please see the Error Handling topic for more information.

Note: An application should not attempt to call struct's methods from handlers of this event. Doing this is guaranteed to cause a deadlock.

on_data_decompress Event (CBVault Struct)

This event fires to decompress a block of data using a custom compression algorithm.

Syntax

// CBVaultDataDecompressEventArgs carries the CBVault DataDecompress event's parameters.
pub struct CBVaultDataDecompressEventArgs {
  fn in_data(&self) -> *mut u8
  fn in_size(&self) -> i32
  fn out_data(&self) -> *mut u8
  fn out_size(&self) -> i32
  fn set_out_size(&self, value : i32)
  fn result_code(&self) -> i32
  fn set_result_code(&self, value : i32)
}

// CBVaultDataDecompressEvent defines the signature of the CBVault DataDecompress event's handler function.
pub trait CBVaultDataDecompressEvent {
  fn on_data_decompress(&self, sender : CBVault, e : &mut CBVaultDataDecompressEventArgs);
}

impl <'a> CBVault<'a> {
  pub fn on_data_decompress(&self) -> &'a dyn CBVaultDataDecompressEvent;
  pub fn set_on_data_decompress(&mut self, value : &'a dyn CBVaultDataDecompressEvent);
  ...
}

Remarks

This event fires when the struct needs to decompress a block of data using an application-defined compression algorithm. Please refer to the Compression topic for more information.

This event only needs to be handled by applications that use the VAULT_CM_CUSTOM compression mode. To handle this event properly, applications must decompress all InSize bytes of data in the InData buffer, write the decompressed data to the OutData buffer, and set OutSize to reflect the total number of bytes written to OutData.

Note: OutSize is initially set to the capacity of the OutData buffer, which (under normal circumstances) should be large enough to accommodate all of the decompressed data. Only if the vault is corrupted should the OutData buffer ever be too small to hold the decompressed data; so if this occurs, do not write any data to OutData. Instead, set ResultCode to VAULT_ERR_VAULT_CORRUPTED.

Please see the Buffer Parameters topic for more information on how to work with memory buffer event parameters.

The ResultCode parameter will always be 0 when the event is fired. If the event cannot be handled in a "successful" manner for some reason (e.g., a resource is not available or security checks failed), set it to a nonzero value to report an appropriate error. Please see the Error Handling topic for more information.

Note: An application should not attempt to call struct's methods from handlers of this event. Doing this is guaranteed to cause a deadlock.

on_data_decrypt Event (CBVault Struct)

This event fires to decrypt a block of data using a custom encryption implementation.

Syntax

// CBVaultDataDecryptEventArgs carries the CBVault DataDecrypt event's parameters.
pub struct CBVaultDataDecryptEventArgs {
  fn key(&self) -> *mut u8
  fn key_length(&self) -> i32
  fn salt1(&self) -> *mut u8
  fn salt1_size(&self) -> i32
  fn salt2(&self) -> *mut u8
  fn salt2_size(&self) -> i32
  fn data(&self) -> *mut u8
  fn data_size(&self) -> i32
  fn result_code(&self) -> i32
  fn set_result_code(&self, value : i32)
}

// CBVaultDataDecryptEvent defines the signature of the CBVault DataDecrypt event's handler function.
pub trait CBVaultDataDecryptEvent {
  fn on_data_decrypt(&self, sender : CBVault, e : &mut CBVaultDataDecryptEventArgs);
}

impl <'a> CBVault<'a> {
  pub fn on_data_decrypt(&self) -> &'a dyn CBVaultDataDecryptEvent;
  pub fn set_on_data_decrypt(&mut self, value : &'a dyn CBVaultDataDecryptEvent);
  ...
}

Remarks

This event fires when the struct needs to decrypt a block of data using an application-defined encryption implementation. Please refer to the Encryption topic for more information.

This event only needs to be handled by applications that use one of the VAULT_EM_CUSTOM* encryption modes. To handle this event properly, applications must decrypt all DataSize bytes of data in the Data buffer. After decrypting the data, applications must write it back to the Data buffer. The size of the decrypted data must match DataSize, which is always a multiple of 32.

The Key buffer contains the encryption key (e.g., password) specified for the file, alternate stream, or vault whose data are being decrypted. The KeyLength parameter specifies the length, in bytes, of Key.

The Salt1 and Salt2 buffers contain the same salt values provided when the data were encrypted in an earlier on_data_encrypt event. The Salt1Size and Salt2Size parameters specify the length, in bytes, of Salt1 and Salt2.

Please see the Buffer Parameters topic for more information on how to work with memory buffer event parameters.

The ResultCode parameter will always be 0 when the event is fired. If the event cannot be handled in a "successful" manner for some reason (e.g., a resource is not available or security checks failed), set it to a nonzero value to report an appropriate error. Please see the Error Handling topic for more information.

Note: An application should not attempt to call struct's methods from handlers of this event. Doing this is guaranteed to cause a deadlock.

on_data_encrypt Event (CBVault Struct)

This event fires to encrypt a block of data using a custom encryption implementation.

Syntax

// CBVaultDataEncryptEventArgs carries the CBVault DataEncrypt event's parameters.
pub struct CBVaultDataEncryptEventArgs {
  fn key(&self) -> *mut u8
  fn key_length(&self) -> i32
  fn salt1(&self) -> *mut u8
  fn salt1_size(&self) -> i32
  fn salt2(&self) -> *mut u8
  fn salt2_size(&self) -> i32
  fn data(&self) -> *mut u8
  fn data_size(&self) -> i32
  fn result_code(&self) -> i32
  fn set_result_code(&self, value : i32)
}

// CBVaultDataEncryptEvent defines the signature of the CBVault DataEncrypt event's handler function.
pub trait CBVaultDataEncryptEvent {
  fn on_data_encrypt(&self, sender : CBVault, e : &mut CBVaultDataEncryptEventArgs);
}

impl <'a> CBVault<'a> {
  pub fn on_data_encrypt(&self) -> &'a dyn CBVaultDataEncryptEvent;
  pub fn set_on_data_encrypt(&mut self, value : &'a dyn CBVaultDataEncryptEvent);
  ...
}

Remarks

This event fires when the struct needs to encrypt a block of data using an application-defined encryption implementation. Please refer to the Encryption topic for more information.

This event only needs to be handled by applications that use one of the VAULT_EM_CUSTOM* encryption modes. To handle this event properly, applications must encrypt all DataSize bytes of data in the Data buffer. After encrypting the data, applications must write it back to the Data buffer. The size of the encrypted data must match DataSize, which is always a multiple of 32.

The Key buffer contains the encryption key (e.g., password) specified for the file, alternate stream, or vault whose data are being decrypted. The KeyLength parameter specifies the length, in bytes, of Key.

The Salt1 and Salt2 buffers contain salt values that can be used to strengthen encryption, if desired. The Salt1Size and Salt2Size parameters specify the length, in bytes, of Salt1 and Salt2.

Please see the Buffer Parameters topic for more information on how to work with memory buffer event parameters.

The ResultCode parameter will always be 0 when the event is fired. If the event cannot be handled in a "successful" manner for some reason (e.g., a resource is not available or security checks failed), set it to a nonzero value to report an appropriate error. Please see the Error Handling topic for more information.

Note: An application should not attempt to call struct's methods from handlers of this event. Doing this is guaranteed to cause a deadlock.

on_error Event (CBVault Struct)

This event fires if an unhandled error occurs during an event.

Syntax

// CBVaultErrorEventArgs carries the CBVault Error event's parameters.
pub struct CBVaultErrorEventArgs {
  fn error_code(&self) -> i32
  fn description(&self) -> &String
}

// CBVaultErrorEvent defines the signature of the CBVault Error event's handler function.
pub trait CBVaultErrorEvent {
  fn on_error(&self, sender : CBVault, e : &mut CBVaultErrorEventArgs);
}

impl <'a> CBVault<'a> {
  pub fn on_error(&self) -> &'a dyn CBVaultErrorEvent;
  pub fn set_on_error(&mut self, value : &'a dyn CBVaultErrorEvent);
  ...
}

Remarks

This event fires if an unhandled error occurs during another event. Developers can use this information to track down unhandled errors in an application's event handlers.

on_file_after_copy Event (CBVault Struct)

This event fires after the file has been copied during file export/import operations.

Syntax

// CBVaultFileAfterCopyEventArgs carries the CBVault FileAfterCopy event's parameters.
pub struct CBVaultFileAfterCopyEventArgs {
  fn source_path(&self) -> &String
  fn destination_path(&self) -> &String
  fn attributes(&self) -> i32
  fn result_code(&self) -> i32
  fn set_result_code(&self, value : i32)
}

// CBVaultFileAfterCopyEvent defines the signature of the CBVault FileAfterCopy event's handler function.
pub trait CBVaultFileAfterCopyEvent {
  fn on_file_after_copy(&self, sender : CBVault, e : &mut CBVaultFileAfterCopyEventArgs);
}

impl <'a> CBVault<'a> {
  pub fn on_file_after_copy(&self) -> &'a dyn CBVaultFileAfterCopyEvent;
  pub fn set_on_file_after_copy(&mut self, value : &'a dyn CBVaultFileAfterCopyEvent);
  ...
}

Remarks

This event fires when the struct is executing the copy_to_vault or copy_from_vault method after the file specified by SourcePath has been copied to a file identified by DestinationPath.

For a directory, the event fires after the directory identified by SourcePath has been created as DestinationPath and all of the source directory's contents have been processed.

The event will fire only if the VAULT_CFF_FIRE_COPY_EVENTS flag is included in the Flags parameter of the copy_from_vault or copy_to_vault method. Also, the event will not fire for the base directory that was passed to the copy_to_vault or copy_from_vault method.

A process may check whether it was a file or directory copied by inspecting the value of the Attributes parameter, which contains the attributes of the file as a 32-bit integer. The attributes are composed of one or more of the following values:

VAULT_FATTR_FILE0x00000001The entry is a file.

VAULT_FATTR_DIRECTORY0x00000002The entry is a directory.

VAULT_FATTR_DATA_STREAM0x00000004The entry is an alternate data stream.

VAULT_FATTR_COMPRESSED0x00000008The file or stream is compressed.

VAULT_FATTR_ENCRYPTED0x00000010The file or stream is encrypted.

VAULT_FATTR_SYMLINK0x00000020The entry is a symbolic link.

VAULT_FATTR_READONLY0x00000040The file is read-only.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_ARCHIVE0x00000080The file requires archiving.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_HIDDEN0x00000100The file is hidden.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_SYSTEM0x00000200The file is a system file.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_TEMPORARY0x00000400The file is temporary.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_DELETE_ON_CLOSE0x00000800The file should be deleted when the last handle to the file is closed.

This attribute is currently not supported by CBFS Vault.

VAULT_FATTR_RESERVED_00x00001000Reserved.

VAULT_FATTR_RESERVED_10x00002000Reserved.

VAULT_FATTR_RESERVED_20x00004000Reserved.

VAULT_FATTR_RESERVED_30x00008000Reserved.

VAULT_FATTR_NO_USER_CHANGE0x0000F03FA mask that includes all attributes that cannot be changed.

Applications cannot use the set_file_attributes method to directly change any of the following attributes: FILE, DIRECTORY, DATA_STREAM, COMPRESSED, ENCRYPTED, SYMLINK, RESERVED_0, RESERVED_1, RESERVED_2, or RESERVED_3.

VAULT_FATTR_USER_DEFINED0x7FF00000A mask for application-defined attributes.

Applications can use the set_file_attributes method to set custom attributes, as long as their values are covered by this mask.

VAULT_FATTR_ANY_FILE0x7FFFFFFFA mask that includes any and all attributes.

To cancel further copying, return the VAULT_ERR_INTERRUPTED_BY_USER error code via ResultCode.

The ResultCode parameter will always be 0 when the event is fired. If the event cannot be handled in a "successful" manner for some reason (e.g., a resource is not available or security checks failed), set it to a nonzero value to report an appropriate error. Please see the Error Handling topic for more information.

on_file_before_copy Event (CBVault Struct)

This event fires before the file is copied during file export/import operations.

Syntax

// CBVaultFileBeforeCopyEventArgs carries the CBVault FileBeforeCopy event's parameters.
pub struct CBVaultFileBeforeCopyEventArgs {
  fn source_path(&self) -> &String
  fn destination_path(&self) -> &String
  fn attributes(&self) -> i32
  fn set_attributes(&self, value : i32)
  fn destination_exists(&self) -> bool
  fn skip(&self) -> bool
  fn set_skip(&self, value : bool)
  fn result_code(&self) -> i32
  fn set_result_code(&self, value : i32)
}

// CBVaultFileBeforeCopyEvent defines the signature of the CBVault FileBeforeCopy event's handler function.
pub trait CBVaultFileBeforeCopyEvent {
  fn on_file_before_copy(&self, sender : CBVault, e : &mut CBVaultFileBeforeCopyEventArgs);
}

impl <'a> CBVault<'a> {
  pub fn on_file_before_copy(&self) -> &'a dyn CBVaultFileBeforeCopyEvent;
  pub fn set_on_file_before_copy(&mut self, value : &'a dyn CBVaultFileBeforeCopyEvent);
  ...
}

Remarks

This event fires when the struct is executing the copy_to_vault or copy_from_vault method before the file specified by SourcePath is copied to a file identified by DestinationPath or before the directory identified by SourcePath is about to be created as DestinationPath.

This event will fire only if the VAULT_CFF_FIRE_COPY_EVENTS flag is included in the Flags parameter of the copy_from_vault or copy_to_vault method. Also, the event will not fire for the base directory that was passed to the copy_to_vault or copy_from_vault method.

A process may check whether it is a file or a directory being copied by inspecting the value of the Attributes parameter, which contains the attributes of the file as a 32-bit integer. The attributes are composed of one or more of the following values:

VAULT_FATTR_FILE0x00000001The entry is a file.

VAULT_FATTR_DIRECTORY0x00000002The entry is a directory.

VAULT_FATTR_DATA_STREAM0x00000004The entry is an alternate data stream.

VAULT_FATTR_COMPRESSED0x00000008The file or stream is compressed.

VAULT_FATTR_ENCRYPTED0x00000010The file or stream is encrypted.

VAULT_FATTR_SYMLINK0x00000020The entry is a symbolic link.

VAULT_FATTR_READONLY0x00000040The file is read-only.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_ARCHIVE0x00000080The file requires archiving.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_HIDDEN0x00000100The file is hidden.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_SYSTEM0x00000200The file is a system file.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_TEMPORARY0x00000400The file is temporary.

This attribute is not used by CBFS Vault, but it can be set and retrieved.

VAULT_FATTR_DELETE_ON_CLOSE0x00000800The file should be deleted when the last handle to the file is closed.

This attribute is currently not supported by CBFS Vault.

VAULT_FATTR_RESERVED_00x00001000Reserved.

VAULT_FATTR_RESERVED_10x00002000Reserved.

VAULT_FATTR_RESERVED_20x00004000Reserved.

VAULT_FATTR_RESERVED_30x00008000Reserved.

VAULT_FATTR_NO_USER_CHANGE0x0000F03FA mask that includes all attributes that cannot be changed.

Applications cannot use the set_file_attributes method to directly change any of the following attributes: FILE, DIRECTORY, DATA_STREAM, COMPRESSED, ENCRYPTED, SYMLINK, RESERVED_0, RESERVED_1, RESERVED_2, or RESERVED_3.

VAULT_FATTR_USER_DEFINED0x7FF00000A mask for application-defined attributes.

Applications can use the set_file_attributes method to set custom attributes, as long as their values are covered by this mask.

VAULT_FATTR_ANY_FILE0x7FFFFFFFA mask that includes any and all attributes.

An event handler may change the following attributes: VAULT_FATTR_READONLY, VAULT_FATTR_ARCHIVE, VAULT_FATTR_HIDDEN, VAULT_FATTR_SYSTEM, VAULT_FATTR_TEMPORARY. When files are imported to the vault, an event handler may set user-defined flags that match the VAULT_FATTR_USER_DEFINED mask.

The DestinationExists flag indicates the presence of the file or directory at the moment when the event is fired.

Note: When copying the files from the vault, it is possible that a file gets created or deleted outside of the struct; the value of this parameter may become inaccurate.

To skip the file, set the Skip parameter to true. When the file is skipped, on_file_after_copy does not fire.

To cancel copying, return the VAULT_ERR_INTERRUPTED_BY_USER error code via ResultCode.

The ResultCode parameter will always be 0 when the event is fired. If the event cannot be handled in a "successful" manner for some reason (e.g., a resource is not available or security checks failed), set it to a nonzero value to report an appropriate error. Please see the Error Handling topic for more information.

on_file_password_needed Event (CBVault Struct)

This event fires if a password is needed to open an encrypted file.

Syntax

// CBVaultFilePasswordNeededEventArgs carries the CBVault FilePasswordNeeded event's parameters.
pub struct CBVaultFilePasswordNeededEventArgs {
  fn file_name(&self) -> &String
  fn password(&self) -> &String
  fn set_password(&self, value : String)
  fn set_password_ref(&self, value : &String)
  fn ttl_in_cache(&self) -> i32
  fn set_ttl_in_cache(&self, value : i32)
  fn result_code(&self) -> i32
  fn set_result_code(&self, value : i32)
}

// CBVaultFilePasswordNeededEvent defines the signature of the CBVault FilePasswordNeeded event's handler function.
pub trait CBVaultFilePasswordNeededEvent {
  fn on_file_password_needed(&self, sender : CBVault, e : &mut CBVaultFilePasswordNeededEventArgs);
}

impl <'a> CBVault<'a> {
  pub fn on_file_password_needed(&self) -> &'a dyn CBVaultFilePasswordNeededEvent;
  pub fn set_on_file_password_needed(&mut self, value : &'a dyn CBVaultFilePasswordNeededEvent);
  ...
}

Remarks

This event fires when the encrypted file specified by FileName is being opened if a valid password has not been provided (either directly, or via the default_file_access_password property or cache_file_password method). This event will not fire if a valid password has already been provided, or if the file specified by FileName does not exist in the vault.

To allow access to the specified file, set the Password parameter to the correct password.

If an invalid password is provided by the event handler, the event will fire again.

To prevent access to the specified file or to stop being asked for a password in a loop, return the VAULT_ERR_INVALID_PASSWORD error code via ResultCode.

The TTLInCache parameter specifies time to seconds that the struct keeps the password in the internal cache to reduce the number of requests for a password. The value of 0 tells the struct to discard the password after the first use.

Note: This event can be fired on different threads, and possibly even on several threads concurrently. As an alternative to handling this event, applications can provide a default file encryption password using the default_file_access_password property or can call the cache_file_password method (before a file is opened) to specify a one-time-use password.

The ResultCode parameter will always be 0 when the event is fired. If the event cannot be handled in a "successful" manner for some reason (e.g., a resource is not available or security checks failed), set it to a nonzero value to report an appropriate error. Please see the Error Handling topic for more information.

on_hash_calculate Event (CBVault Struct)

This event fires to calculate a password hash using a custom hashing implementation.

Syntax

// CBVaultHashCalculateEventArgs carries the CBVault HashCalculate event's parameters.
pub struct CBVaultHashCalculateEventArgs {
  fn password(&self) -> *mut u8
  fn password_size(&self) -> i32
  fn salt(&self) -> *mut u8
  fn salt_size(&self) -> i32
  fn hash(&self) -> *mut u8
  fn hash_size(&self) -> i32
  fn result_code(&self) -> i32
  fn set_result_code(&self, value : i32)
}

// CBVaultHashCalculateEvent defines the signature of the CBVault HashCalculate event's handler function.
pub trait CBVaultHashCalculateEvent {
  fn on_hash_calculate(&self, sender : CBVault, e : &mut CBVaultHashCalculateEventArgs);
}

impl <'a> CBVault<'a> {
  pub fn on_hash_calculate(&self) -> &'a dyn CBVaultHashCalculateEvent;
  pub fn set_on_hash_calculate(&mut self, value : &'a dyn CBVaultHashCalculateEvent);
  ...
}

Remarks

This event fires when the struct needs to calculate a password hash using an application-defined hashing implementation. The calculated hash is used to check the password's validity before using it for encryption. Please refer to the Encryption topic for more information.

This event needs to be handled only by applications that use one of the VAULT_EM_CUSTOM*_DIRECT_KEY encryption modes. To handle this event property, applications must calculate a hash of the data in the Password buffer (whose length, in bytes, is specified by PasswordSize). The calculated hash must be written to the Hash buffer. The size of the calculated hash must not exceed HashSize.

Applications may perform, if desired, their own password validation and return a predefined value for the hash. Applications should not use the same process for key derivation and hash calculation (or should, at the very least, ensure that Salt is used in both operations).

The Salt buffer contains a salt value that can be used (if desired) to strengthen security by increasing the uniqueness of the hash. The SaltSize parameter specifies the length, in bytes, of Salt.

Please see the Buffer Parameters topic for more information on how to work with memory buffer event parameters.

The ResultCode parameter will always be 0 when the event is fired. If the event cannot be handled in a "successful" manner for some reason (e.g., a resource is not available or security checks failed), set it to a nonzero value to report an appropriate error. Please see the Error Handling topic for more information.

Note: An application should not attempt to call struct's methods from handlers of this event. Doing this is guaranteed to cause a deadlock.

on_key_derive Event (CBVault Struct)

This event fires to derive an encryption key using a custom key derivation implementation.

Syntax

// CBVaultKeyDeriveEventArgs carries the CBVault KeyDerive event's parameters.
pub struct CBVaultKeyDeriveEventArgs {
  fn password(&self) -> *mut u8
  fn password_size(&self) -> i32
  fn salt(&self) -> *mut u8
  fn salt_size(&self) -> i32
  fn key(&self) -> *mut u8
  fn key_size(&self) -> i32
  fn result_code(&self) -> i32
  fn set_result_code(&self, value : i32)
}

// CBVaultKeyDeriveEvent defines the signature of the CBVault KeyDerive event's handler function.
pub trait CBVaultKeyDeriveEvent {
  fn on_key_derive(&self, sender : CBVault, e : &mut CBVaultKeyDeriveEventArgs);
}

impl <'a> CBVault<'a> {
  pub fn on_key_derive(&self) -> &'a dyn CBVaultKeyDeriveEvent;
  pub fn set_on_key_derive(&mut self, value : &'a dyn CBVaultKeyDeriveEvent);
  ...
}

Remarks

This event fires when the struct needs to derive an encryption key using an application-defined key derivation implementation. Please refer to the Encryption topic for more information.

This event needs to be handled only by applications that use one of the VAULT_EM_CUSTOM*_CUSTOM_KEY_DERIVE encryption modes. To handle this event properly, applications must derive an encryption key from the data in the Password buffer (whose length, in bytes, is specified by PasswordSize). The derived encryption key must be written to the Key buffer. The size of the derived encryption key must not exceed KeySize.

Applications should not use the same process for key derivation and hash calculation (or should, at the very least, ensure that Salt is used in both operations).

The Salt buffer contains a salt value that can be used (if desired) to strengthen security by increasing the uniqueness of the derived key. The SaltSize parameter specifies the length, in bytes, of Salt.

Please see the Buffer Parameters topic for more information on how to work with memory buffer event parameters.

The ResultCode parameter will always be 0 when the event is fired. If the event cannot be handled in a "successful" manner for some reason (e.g., a resource is not available or security checks failed), set it to a nonzero value to report an appropriate error. Please see the Error Handling topic for more information.

Note: An application should not attempt to call struct's methods from handlers of this event. Doing this is guaranteed to cause a deadlock.

on_progress Event (CBVault Struct)

This event fires to indicate the progress of long-running vault operations.

Syntax

// CBVaultProgressEventArgs carries the CBVault Progress event's parameters.
pub struct CBVaultProgressEventArgs {
  fn operation(&self) -> i32
  fn file_name(&self) -> &String
  fn progress(&self) -> i32
  fn total(&self) -> i32
  fn can_stop(&self) -> bool
  fn stop(&self) -> bool
  fn set_stop(&self, value : bool)
}

// CBVaultProgressEvent defines the signature of the CBVault Progress event's handler function.
pub trait CBVaultProgressEvent {
  fn on_progress(&self, sender : CBVault, e : &mut CBVaultProgressEventArgs);
}

impl <'a> CBVault<'a> {
  pub fn on_progress(&self) -> &'a dyn CBVaultProgressEvent;
  pub fn set_on_progress(&mut self, value : &'a dyn CBVaultProgressEvent);
  ...
}

Remarks

This event fires anytime the struct needs to report the progress of a long-running vault operation. Certain operations may cause this event to fire repeatedly.

The Operation parameter specifies which long-running operation caused this event to fire. Possible values are as follows:

VAULT_PO_FORMATTING0Formatting a vault.

VAULT_PO_CHECKING_11Checking a vault (stage 1).

VAULT_PO_CHECKING_22Checking a vault (stage 2).

VAULT_PO_CHECKING_33Checking a vault (stage 3).

VAULT_PO_CHECKING_44Checking a vault (stage 4).

VAULT_PO_CHECKING_55Checking a vault (stage 5).

VAULT_PO_PAGE_CORRUPTED8Processing a corrupted vault page.

VAULT_PO_PAGE_ORPHANED9Processing an orphaned vault page.

VAULT_PO_COMPRESSING10Compressing a file or alternate stream.

VAULT_PO_DECOMPRESSING11Decompressing a file or alternate stream.

VAULT_PO_ENCRYPTING12Encrypting a vault, file, or alternate stream.

VAULT_PO_DECRYPTING13Decrypting a vault, file, or alternate stream

VAULT_PO_COMPACTING14Compacting a vault.

VAULT_PO_RESIZING15Resizing a vault.

VAULT_PO_CALCULATING_SIZE16Calculating a vault's size.

VAULT_PO_COPYING_FILES_TO_VAULT17Copying files to a vault.

VAULT_PO_COPYING_FILES_FROM_VAULT18Copying files from a vault.

When the operation is copying files from or to the vault, FileName contains the path of the source file being copied.

The Progress and Total parameters reflect the current and maximum progress values. Both will be 0 if the operation's progression cannot be determined.

The CanStop parameter indicates whether the application may interrupt the operation by setting the Stop parameter to true.

Note: Some operations can be interrupted only at certain points over the course of their lifetime.

Note: An application should not attempt to call struct's methods from handlers of this event. Doing this is guaranteed to cause a deadlock.

on_vault_close Event (CBVault Struct)

This event fires to close a callback mode vault.

Syntax

// CBVaultVaultCloseEventArgs carries the CBVault VaultClose event's parameters.
pub struct CBVaultVaultCloseEventArgs {
  fn vault_handle(&self) -> i64
  fn result_code(&self) -> i32
  fn set_result_code(&self, value : i32)
}

// CBVaultVaultCloseEvent defines the signature of the CBVault VaultClose event's handler function.
pub trait CBVaultVaultCloseEvent {
  fn on_vault_close(&self, sender : CBVault, e : &mut CBVaultVaultCloseEventArgs);
}

impl <'a> CBVault<'a> {
  pub fn on_vault_close(&self) -> &'a dyn CBVaultVaultCloseEvent;
  pub fn set_on_vault_close(&mut self, value : &'a dyn CBVaultVaultCloseEvent);
  ...
}

Remarks

This event fires when the struct needs to close the callback mode vault specified by VaultHandle.

This event needs to be handled only if the callback_mode property is enabled; please refer to the Callback Mode topic for more information. To handle this event properly, applications must close the vault specified by VaultHandle and invalidate the handle itself.

The VaultHandle parameter contains an application-defined information, associated with an open callback mode vault, as returned by the application in an earlier on_vault_open event.

The ResultCode parameter will always be 0 when the event is fired. If the event cannot be handled in a "successful" manner for some reason (e.g., a resource is not available or security checks failed), set it to a nonzero value to report an appropriate error. Please see the Error Handling topic for more information.

Note: An application should not attempt to call struct's methods from handlers of this event. Doing this is guaranteed to cause a deadlock.

on_vault_delete Event (CBVault Struct)

This event fires to delete a callback mode vault.

Syntax

// CBVaultVaultDeleteEventArgs carries the CBVault VaultDelete event's parameters.
pub struct CBVaultVaultDeleteEventArgs {
  fn vault(&self) -> &String
  fn result_code(&self) -> i32
  fn set_result_code(&self, value : i32)
}

// CBVaultVaultDeleteEvent defines the signature of the CBVault VaultDelete event's handler function.
pub trait CBVaultVaultDeleteEvent {
  fn on_vault_delete(&self, sender : CBVault, e : &mut CBVaultVaultDeleteEventArgs);
}

impl <'a> CBVault<'a> {
  pub fn on_vault_delete(&self) -> &'a dyn CBVaultVaultDeleteEvent;
  pub fn set_on_vault_delete(&mut self, value : &'a dyn CBVaultVaultDeleteEvent);
  ...
}

Remarks

This event fires when the struct needs to delete the callback mode vault identified by Vault.

This event needs to be handled only if the callback_mode property is enabled; please refer to the Callback Mode topic for more information. To handle this event properly, applications must delete the vault identified by Vault.

The Vault parameter contains an application-defined vault identifier (e.g., name, file path). The value of this parameter will always match the current value of the vault_file property.

The ResultCode parameter will always be 0 when the event is fired. If the event cannot be handled in a "successful" manner for some reason (e.g., a resource is not available or security checks failed), set it to a nonzero value to report an appropriate error. Please see the Error Handling topic for more information.

Note: An application should not attempt to call struct's methods from handlers of this event. Doing this is guaranteed to cause a deadlock.

on_vault_flush Event (CBVault Struct)

This event fires to flush a callback mode vault's data out to storage.

Syntax

// CBVaultVaultFlushEventArgs carries the CBVault VaultFlush event's parameters.
pub struct CBVaultVaultFlushEventArgs {
  fn vault_handle(&self) -> i64
  fn result_code(&self) -> i32
  fn set_result_code(&self, value : i32)
}

// CBVaultVaultFlushEvent defines the signature of the CBVault VaultFlush event's handler function.
pub trait CBVaultVaultFlushEvent {
  fn on_vault_flush(&self, sender : CBVault, e : &mut CBVaultVaultFlushEventArgs);
}

impl <'a> CBVault<'a> {
  pub fn on_vault_flush(&self) -> &'a dyn CBVaultVaultFlushEvent;
  pub fn set_on_vault_flush(&mut self, value : &'a dyn CBVaultVaultFlushEvent);
  ...
}

Remarks

This event fires when the struct needs to flush the data of the callback mode vault specified by VaultHandle out to storage.

This event needs to be handled only if the callback_mode property is enabled; please refer to the Callback Mode topic for more information. To handle this event properly, applications must flush all data currently buffered for the vault specified by VaultHandle out to storage. For example, if the application is storing vault data in a file on disk, it could call FlushFileBuffers() on Windows.

The VaultHandle parameter contains an application-defined information, associated with an open callback mode vault, as returned by the application in an earlier on_vault_open event.

The ResultCode parameter will always be 0 when the event is fired. If the event cannot be handled in a "successful" manner for some reason (e.g., a resource is not available or security checks failed), set it to a nonzero value to report an appropriate error. Please see the Error Handling topic for more information.

Note: An application should not attempt to call struct's methods from handlers of this event. Doing this is guaranteed to cause a deadlock.

on_vault_get_parent_size Event (CBVault Struct)

This event fires to determine how much free space is available for growing a callback mode vault.

Syntax

// CBVaultVaultGetParentSizeEventArgs carries the CBVault VaultGetParentSize event's parameters.
pub struct CBVaultVaultGetParentSizeEventArgs {
  fn vault(&self) -> &String
  fn vault_handle(&self) -> i64
  fn free_space(&self) -> i64
  fn set_free_space(&self, value : i64)
  fn result_code(&self) -> i32
  fn set_result_code(&self, value : i32)
}

// CBVaultVaultGetParentSizeEvent defines the signature of the CBVault VaultGetParentSize event's handler function.
pub trait CBVaultVaultGetParentSizeEvent {
  fn on_vault_get_parent_size(&self, sender : CBVault, e : &mut CBVaultVaultGetParentSizeEventArgs);
}

impl <'a> CBVault<'a> {
  pub fn on_vault_get_parent_size(&self) -> &'a dyn CBVaultVaultGetParentSizeEvent;
  pub fn set_on_vault_get_parent_size(&mut self, value : &'a dyn CBVaultVaultGetParentSizeEvent);
  ...
}

Remarks

This event fires when the struct needs to determine how much free space is available for growing the callback mode vault specified by VaultHandle.

This event needs to be handled only if the callback_mode property is enabled; please refer to the Callback Mode topic for more information. To handle this event properly, applications must set FreeSpace to indicate how many bytes of free space are available in the "parent storage" of the vault specified by VaultHandle. For example:

  • If the vault is stored in a file, return the amount of free space on the associated disk.
  • If the vault is stored in memory, return the amount of memory available to the application (keeping in mind any other memory needs the application may have).
  • If the vault is stored on some remote system, query it to determine how much free space is available.

The Vault parameter contains an application-defined vault identifier (e.g., name, file path). The value of this parameter will always match the current value of the vault_file property.

The VaultHandle parameter contains an application-defined information, associated with an open callback mode vault, as returned by the application in an earlier on_vault_open event.

The ResultCode parameter will always be 0 when the event is fired. If the event cannot be handled in a "successful" manner for some reason (e.g., a resource is not available or security checks failed), set it to a nonzero value to report an appropriate error. Please see the Error Handling topic for more information.

Note: An application should not attempt to call struct's methods from handlers of this event. Doing this is guaranteed to cause a deadlock.

on_vault_get_size Event (CBVault Struct)

This event fires to determine the size of a callback mode vault.

Syntax

// CBVaultVaultGetSizeEventArgs carries the CBVault VaultGetSize event's parameters.
pub struct CBVaultVaultGetSizeEventArgs {
  fn vault_handle(&self) -> i64
  fn size(&self) -> i64
  fn set_size(&self, value : i64)
  fn result_code(&self) -> i32
  fn set_result_code(&self, value : i32)
}

// CBVaultVaultGetSizeEvent defines the signature of the CBVault VaultGetSize event's handler function.
pub trait CBVaultVaultGetSizeEvent {
  fn on_vault_get_size(&self, sender : CBVault, e : &mut CBVaultVaultGetSizeEventArgs);
}

impl <'a> CBVault<'a> {
  pub fn on_vault_get_size(&self) -> &'a dyn CBVaultVaultGetSizeEvent;
  pub fn set_on_vault_get_size(&mut self, value : &'a dyn CBVaultVaultGetSizeEvent);
  ...
}

Remarks

This event fires when the struct needs to determine the size of the callback mode vault specified by VaultHandle.

This event needs to be handled only if the callback_mode property is enabled; please refer to the Callback Mode topic for more information. To handle this event properly, applications must set Size to indicate the size, in bytes, of the vault specified by VaultHandle.

The VaultHandle parameter contains an application-defined information, associated with an open callback mode vault, as returned by the application in an earlier on_vault_open event.

The ResultCode parameter will always be 0 when the event is fired. If the event cannot be handled in a "successful" manner for some reason (e.g., a resource is not available or security checks failed), set it to a nonzero value to report an appropriate error. Please see the Error Handling topic for more information.

Note: An application should not attempt to call struct's methods from handlers of this event. Doing this is guaranteed to cause a deadlock.

on_vault_open Event (CBVault Struct)

This event fires to open a new or existing callback mode vault.

Syntax

// CBVaultVaultOpenEventArgs carries the CBVault VaultOpen event's parameters.
pub struct CBVaultVaultOpenEventArgs {
  fn vault(&self) -> &String
  fn vault_handle(&self) -> i64
  fn set_vault_handle(&self, value : i64)
  fn open_mode(&self) -> i32
  fn read_only(&self) -> bool
  fn set_read_only(&self, value : bool)
  fn result_code(&self) -> i32
  fn set_result_code(&self, value : i32)
}

// CBVaultVaultOpenEvent defines the signature of the CBVault VaultOpen event's handler function.
pub trait CBVaultVaultOpenEvent {
  fn on_vault_open(&self, sender : CBVault, e : &mut CBVaultVaultOpenEventArgs);
}

impl <'a> CBVault<'a> {
  pub fn on_vault_open(&self) -> &'a dyn CBVaultVaultOpenEvent;
  pub fn set_on_vault_open(&mut self, value : &'a dyn CBVaultVaultOpenEvent);
  ...
}

Remarks

This event fires when the struct wants to open the callback mode vault identified by Vault.

This event needs to be handled only if the callback_mode property is enabled; please refer to the Callback Mode topic for more information. To handle this event properly, applications must open the vault identified by Vault, creating it if necessary based on the specified OpenMode, and return any associated information in VaultHandle.

If the ReadOnly parameter is initially true, the application must open the vault in read-only mode. If ReadOnly is initially false, the application may choose whether to open the vault in read-only or read-write mode. It should update the ReadOnly parameter accordingly, if necessary.

If, for any reason, the vault cannot be opened in a manner consistent with the specified OpenMode, the application must return an appropriate error code via ResultCode.

The Vault parameter contains an application-defined vault identifier (e.g., name, file path). The value of this parameter will always match the current value of the vault_file property.

The VaultHandle parameter is used to return some application-defined handle that uniquely identifies the opened vault. The struct uses the returned handle to populate the VaultHandle parameters of the other Vault* events fired for the vault later.

The OpenMode parameter specifies what behavior to use when opening the vault. Valid values are as follows:

VAULT_OM_CREATE_NEW0Creates a new vault if possible, failing if one already exists.

VAULT_OM_CREATE_ALWAYS1Creates a new vault, overwriting an existing one if necessary.

VAULT_OM_OPEN_EXISTING2Opens a vault if it exists; fails otherwise.

VAULT_OM_OPEN_ALWAYS3Opens a vault if it exists; creates a new one otherwise.

The ResultCode parameter will always be 0 when the event is fired. If the event cannot be handled in a "successful" manner for some reason (e.g., a resource is not available or security checks failed), set it to a nonzero value to report an appropriate error. Please see the Error Handling topic for more information.

Note: An application should not attempt to call struct's methods from handlers of this event. Doing this is guaranteed to cause a deadlock.

on_vault_read Event (CBVault Struct)

This event fires to read data from a callback mode vault.

Syntax

// CBVaultVaultReadEventArgs carries the CBVault VaultRead event's parameters.
pub struct CBVaultVaultReadEventArgs {
  fn vault_handle(&self) -> i64
  fn offset(&self) -> i64
  fn buffer(&self) -> *mut u8
  fn count(&self) -> i32
  fn result_code(&self) -> i32
  fn set_result_code(&self, value : i32)
}

// CBVaultVaultReadEvent defines the signature of the CBVault VaultRead event's handler function.
pub trait CBVaultVaultReadEvent {
  fn on_vault_read(&self, sender : CBVault, e : &mut CBVaultVaultReadEventArgs);
}

impl <'a> CBVault<'a> {
  pub fn on_vault_read(&self) -> &'a dyn CBVaultVaultReadEvent;
  pub fn set_on_vault_read(&mut self, value : &'a dyn CBVaultVaultReadEvent);
  ...
}

Remarks

This event fires when the struct needs to read data from the callback mode vault specified by VaultHandle.

This event needs to be handled only if the callback_mode property is enabled; please refer to the Callback Mode topic for more information. To handle this event properly, applications must read Count bytes of data from the vault specified by VaultHandle into Buffer, starting at the specified Offset in the vault.

Count is always a multiple of the vault's page_size. If, for any reason, an application cannot read exactly Count bytes of data from the vault, it must return an appropriate error code via ResultCode.

Please see the Buffer Parameters topic for more information on how to work with memory buffer event parameters.

The VaultHandle parameter contains an application-defined information, associated with an open callback mode vault, as returned by the application in an earlier on_vault_open event.

The ResultCode parameter will always be 0 when the event is fired. If the event cannot be handled in a "successful" manner for some reason (e.g., a resource is not available or security checks failed), set it to a nonzero value to report an appropriate error. Please see the Error Handling topic for more information.

Note: An application should not attempt to call struct's methods from handlers of this event. Doing this is guaranteed to cause a deadlock.

on_vault_set_size Event (CBVault Struct)

This event fires to resize a callback mode vault.

Syntax

// CBVaultVaultSetSizeEventArgs carries the CBVault VaultSetSize event's parameters.
pub struct CBVaultVaultSetSizeEventArgs {
  fn vault_handle(&self) -> i64
  fn new_size(&self) -> i64
  fn result_code(&self) -> i32
  fn set_result_code(&self, value : i32)
}

// CBVaultVaultSetSizeEvent defines the signature of the CBVault VaultSetSize event's handler function.
pub trait CBVaultVaultSetSizeEvent {
  fn on_vault_set_size(&self, sender : CBVault, e : &mut CBVaultVaultSetSizeEventArgs);
}

impl <'a> CBVault<'a> {
  pub fn on_vault_set_size(&self) -> &'a dyn CBVaultVaultSetSizeEvent;
  pub fn set_on_vault_set_size(&mut self, value : &'a dyn CBVaultVaultSetSizeEvent);
  ...
}

Remarks

This event fires when the struct needs to resize the callback mode vault specified by VaultHandle.

This event needs to be handled only if the callback_mode property is enabled; please refer to the Callback Mode topic for more information. To handle this event properly, applications must grow or shrink the vault specified by VaultHandle to reach the specified NewSize. When growing a vault, applications do not need to sanitize newly allocated space.

The VaultHandle parameter contains an application-defined information, associated with an open callback mode vault, as returned by the application in an earlier on_vault_open event.

The ResultCode parameter will always be 0 when the event is fired. If the event cannot be handled in a "successful" manner for some reason (e.g., a resource is not available or security checks failed), set it to a nonzero value to report an appropriate error. Please see the Error Handling topic for more information.

Note: An application should not attempt to call struct's methods from handlers of this event. Doing this is guaranteed to cause a deadlock.

on_vault_write Event (CBVault Struct)

This event fires to write data to a callback mode vault.

Syntax

// CBVaultVaultWriteEventArgs carries the CBVault VaultWrite event's parameters.
pub struct CBVaultVaultWriteEventArgs {
  fn vault_handle(&self) -> i64
  fn offset(&self) -> i64
  fn buffer(&self) -> *mut u8
  fn count(&self) -> i32
  fn result_code(&self) -> i32
  fn set_result_code(&self, value : i32)
}

// CBVaultVaultWriteEvent defines the signature of the CBVault VaultWrite event's handler function.
pub trait CBVaultVaultWriteEvent {
  fn on_vault_write(&self, sender : CBVault, e : &mut CBVaultVaultWriteEventArgs);
}

impl <'a> CBVault<'a> {
  pub fn on_vault_write(&self) -> &'a dyn CBVaultVaultWriteEvent;
  pub fn set_on_vault_write(&mut self, value : &'a dyn CBVaultVaultWriteEvent);
  ...
}

Remarks

This event fires when the struct needs to write data to the callback mode vault specified by VaultHandle.

This event needs to be handled only if the callback_mode property is enabled; please refer to the Callback Mode topic for more information. To handle this event properly, applications must write Count bytes of data from Buffer to the vault specified by VaultHandle, starting at the specified Offset in the vault.

Count is always a multiple of the vault's page_size. If, for any reason, an application cannot write exactly Count bytes of data to the vault, it must return an appropriate error code via ResultCode.

Please see the Buffer Parameters topic for more information on how to work with memory buffer event parameters.

The VaultHandle parameter contains an application-defined information, associated with an open callback mode vault, as returned by the application in an earlier on_vault_open event.

The ResultCode parameter will always be 0 when the event is fired. If the event cannot be handled in a "successful" manner for some reason (e.g., a resource is not available or security checks failed), set it to a nonzero value to report an appropriate error. Please see the Error Handling topic for more information.

Note: An application should not attempt to call struct's methods from handlers of this event. Doing this is guaranteed to cause a deadlock.

CBFSVaultStream Struct

Syntax

cbfsvault::CBFSVaultStream

Remarks

The CBFSVaultStream struct is returned by some of the CBVault struct's methods. All stream structs in CBFS Vault share a common API, which implements Read, Write, and Seek traits from Rust's io module, documented below.

Properties

Length Gets or sets the length of the stream, in bytes.

fn get_len(&self) -> std::io::Result<u64>;
fn set_len(&self, size : u64) -> std::io::Result<()>;
Position Gets the current position within the stream.

fn stream_position(&self) -> std::io::Result<u64>;

Methods

Close Closes the stream. Has no effect if the stream is already closed.

fn close(&mut self);
Flush Forces all data held by the stream's buffers to be written out to storage.

fn flush(&mut self) -> std::io::Result<()>;
Read Reads a sequence of bytes from the stream and advances the current position within the stream by the number of bytes read.

fn read(&mut self, buf: &mut [u8]) -> std::io::Result<usize>;

The number of bytes to read is determined as buf.len(). Fewer than the size of buf may be read if fewer bytes are available. Returns the number of bytes read, and any error encountered.

Seek Sets the current position within the stream based on a particular point of origin.

fn seek(&mut self, pos: std::io::SeekFrom) -> std::io::Result<u64>;

Returns the new offset relative to the start of the stream, and any error encountered.

Write Writes a sequence of bytes to the stream and advances the current position within the stream by the number of bytes written.

fn write(&mut self, buf: &[u8]) -> std::io::Result<usize>;

The number of bytes to write is determined as buf.len(). Returns the number of bytes written, and any error encountered.

Config Settings (CBVault Struct)

The struct accepts one or more of the following configuration settings. Configuration settings are similar in functionality to properties, but they are rarely used. In order to avoid "polluting" the property namespace of the struct, access to these internal properties is provided through the config method.

CBVault Config Settings

AllowMoveStreamsBetweenFiles:   Whether alternate streams may be moved from one file to another.

This configuration setting specifies whether alternate streams may be moved from one file to another using move_file.

By default, this setting is disabled, and alternate streams can be renamed only within the same file, and cannot be moved between them.

Note: This setting cannot be changed within events.

AutoCompactDelay:   How long a vault must remain idle before starting automatic compaction.

When a vault is open, and the auto_compact_at property is set to a nonzero value, the struct will automatically compact the vault in the background, as necessary (assuming it is eligible for automatic compaction, as described by the auto_compact_at documentation). This configuration setting specifies how many milliseconds a vault must remain idle before starting automatic compaction operations.

By default, this setting is set to 0, and automatic compaction operations will start without delay.

Note: This setting cannot be changed within events.

DefaultFileCompressionLevel:   The default compression level to use when creating files and alternate streams.

This configuration setting specifies the default compression level that the struct should use when creating files and alternate streams, if applicable. Valid values are 0 through 9; where 0 means "use the default compression level for the selected compression algorithm".

By default, this setting is set to 0.

MaxNonPagedNameLength:   The maximum number of name characters to store directly within a vault item.

This configuration setting specifies the maximum number of name characters that may be stored within a vault item directly. If a vault item's name is longer than the specified value, then the first MaxNonPagedNameLength characters are stored directly, and the rest are stored in a dedicated vault page. The minimum valid nonpaged name length is four characters (4).

A vault's maximum nonpaged name length is permanent, and it cannot be changed after the vault is created. When a vault is open, this configuration setting cannot be changed, and it can be queried only to obtain the value used by the vault.

By default, this setting is set to 0, and the struct will automatically choose an optimal value when creating a vault based on page_size.

Note: This setting cannot be changed when active is true, and it cannot be changed within events.

PageCacheSize:   The size of the in-memory vault page cache.

This configuration setting controls the size of the built-in data cache; it is specified in bytes. The cache must be large enough to contain at least eight pages, so this setting's minimum valid value is eight times the value of the page_size property.

By default, this configuration setting is set to 16777216 (16 MB).

Note: This setting can be changed only when active is true.

PartSize:   The part size used by a multipart vault.

This configuration setting controls the part size to use when creating new multipart vaults, and it reflects the part size used by the currently open vault. Part size is specified in bytes.

A multipart vault's part size is permanent, and it cannot be changed after the vault is created. When a vault is open, this configuration setting cannot be changed, and it can be queried only to obtain the value used by the vault.

By default, this setting is set to 0, and the struct will not create multipart vaults.

Note: This setting cannot be changed when active is true, and it cannot be changed within events.

Trappable Errors (CBVault Struct)

The struct uses the following error codes, all of which are also available as constants for applications' convenience. Please refer to the Error Handling topic for more information.

CBVault Errors

-1   The specified file is not a CBFS Vault vault. (VAULT_ERR_INVALID_VAULT_FILE)
-2   The specified page size is not valid. (VAULT_ERR_INVALID_PAGE_SIZE)
-3   The vault is corrupted. Please call check_and_repair. (VAULT_ERR_VAULT_CORRUPTED)
-4   Too many transactions active. (VAULT_ERR_TOO_MANY_TRANSACTIONS)
-5   A file, directory, symbolic link, or alternate stream with the specified name already exists. (VAULT_ERR_FILE_ALREADY_EXISTS)
-6   One or more transactions are still active. (VAULT_ERR_TRANSACTIONS_STILL_ACTIVE)
-7   The specified file tag already exists. (VAULT_ERR_TAG_ALREADY_EXISTS)
-8   The specified file, directory, symbolic link, or alternate stream was not found. (VAULT_ERR_FILE_NOT_FOUND)
-9   The specified path was not found. (VAULT_ERR_PATH_NOT_FOUND)
-10   The specified file or alternate stream is already open in an exclusive access mode. (VAULT_ERR_SHARING_VIOLATION)
-11   Cannot seek beyond the end of a file or alternate stream. (VAULT_ERR_SEEK_BEYOND_EOF)
-12   No other files, directories, symbolic links, or alternate streams match the search criteria. (VAULT_ERR_NO_MORE_FILES)
-13   The specified name is not valid. (VAULT_ERR_INVALID_FILE_NAME)
-14   The requested operation cannot be performed while a vault is open. (VAULT_ERR_VAULT_ACTIVE)
-15   A vault must be open before the requested operation can be performed. (VAULT_ERR_VAULT_NOT_ACTIVE)
-16   The specified password is incorrect. (VAULT_ERR_INVALID_PASSWORD)
-17   The requested operation cannot be performed; the vault is open in read-only mode. (VAULT_ERR_VAULT_READ_ONLY)
-18   Cannot use custom encryption; no custom encryption event handlers provided. (VAULT_ERR_NO_ENCRYPTION_HANDLERS)
-19   Out of memory. (VAULT_ERR_OUT_OF_MEMORY)
-20   A symbolic link's destination file could not be found. (VAULT_ERR_SYMLINK_DESTINATION_NOT_FOUND)
-21   The specified file is not a symbolic link. (VAULT_ERR_FILE_IS_NOT_SYMLINK)
-22   The specified buffer is too small to hold the requested value. (VAULT_ERR_BUFFER_TOO_SMALL)
-23   Decompression failed (possibly due to corruption). (VAULT_ERR_BAD_COMPRESSED_DATA)
-24   Invalid parameter. (VAULT_ERR_INVALID_PARAMETER)
-25   The vault is full (and cannot be automatically resized). (VAULT_ERR_VAULT_FULL)
-26   Operation interrupted by user. (VAULT_ERR_INTERRUPTED_BY_USER)
-27   The specified file tag was not found. (VAULT_ERR_TAG_NOT_FOUND)
-28   The specified directory is not empty. (VAULT_ERR_DIRECTORY_NOT_EMPTY)
-29   The file or alternate stream was closed unexpectedly; the handle is no longer valid. (VAULT_ERR_HANDLE_CLOSED)
-30   Invalid file or alternate stream handle. (VAULT_ERR_INVALID_STREAM_HANDLE)
-31   Access denied. (VAULT_ERR_FILE_ACCESS_DENIED)
-32   Cannot use custom compression; no custom compression event handlers provided. (VAULT_ERR_NO_COMPRESSION_HANDLERS)
-33   Not implemented in this version of CBFS Vault. (VAULT_ERR_NOT_IMPLEMENTED)
-35   The CBFS Vault system driver has not been installed. (VAULT_ERR_DRIVER_NOT_INSTALLED)
-37   The specified vault cannot be opened, it was created using a newer version of CBFS Vault. (VAULT_ERR_NEW_VAULT_VERSION)
-38   The specified file is not a directory. (VAULT_ERR_FILE_IS_NOT_DIRECTORY)
-39   The specified file tag data type is not valid. (VAULT_ERR_INVALID_TAG_DATA_TYPE)
-40   The specified vault storage file does not exist. (VAULT_ERR_VAULT_FILE_DOES_NOT_EXIST)
-41   The specified vault storage file already exists. (VAULT_ERR_VAULT_FILE_ALREADY_EXISTS)
-42   Some callback mode event handler has returned an unidentified error. (VAULT_ERR_CALLBACK_MODE_FAILURE)
-43   External library could not be initialized or used. (VAULT_ERR_EXTERNAL_ERROR)