GitHub    Download    Forum
Overview
Tutorial
C++ API
C# API
DTDL
DADL
Setup
DataFS SDK setup
DataFS setup
DataFS Tools
DataFS setup parameters
stcStorageDiskSettings
stcStorageDiskOpen
stcStorageDiskCreate
stcDomainStorage
stcDomainSettings
stcStorageSettings

stcStorageDiskCreate structure

Disk creation parameters

Syntax

struct stcStorageDiskCreate
{
UINT32 ulSize;
 
UINT16 usClusterShift;
 
stcStorageDiskOpen Open;
};

Member

ulSize
Type: UINT32
The size (sizeof(stcStorageDiskCreate)) of the structure.
usClusterShift
Type: UINT16
Defines a cluster’s size (the smallest allocation unit). A cluster’s size is 1 << usClusterShift. usClusterShift is increased automatically on creation to ensure that the resulting cluster size is at least as large as the system’s memory page size. Be sure not to use values that are less than the block size of the storage device you are creating the database on.
© 2022 Mobiland AG