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

stcDomainStorage structure

Domain storage information

Syntax

struct stcDomainStorage
{
UINT32 ulSize;
 
GUID guidDomainId;
GUID guidStorageId;
 
UINT16 usStorageId;
UINT8 ubtServerId;
};

Member

ulSize
Type: UINT32
The size (sizeof(stcStorageDiskSettings)) of the structure.
guidDomainId
Type: GUID
The globally unique ID of the domain.
guidStorageId
Type: GUID
The globally unique ID of the storage.
usStorageId
Type: UINT16
The ID of the storage in relation to the domain.
ubtServerId
Type: UINT8
Always 0.
© 2022 Mobiland AG