Active Property

Whether a vault has been opened.

Syntax

ANSI (Cross Platform)
int GetActive();

Unicode (Windows)
BOOL GetActive();
@property (nonatomic,readonly,assign,getter=active) BOOL active;
- (BOOL)active;
#define PID_CBVAULT_ACTIVE 1

CBFSSTORAGE_EXTERNAL void* CBFSSTORAGE_CALL CBFSStorage_CBVault_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

FALSE

Remarks

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

This property is read-only and not available at design time.

Data Type

Boolean

Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Storage 2020 C++ Edition - Version 20.0 [Build 8031]