Active Property

Whether the class is active and handling OS requests.

Syntax

ANSI (Cross Platform)
int GetActive();

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

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

Default Value

FALSE

Remarks

This property reflects whether the class is currently active and handling OS requests; it will be true once both CreateStorage and MountMedia have been called.

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]