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

stcDomainSettings structure

Domain settings

Syntax

struct stcDomainSettings
{
UINT32 ulSize;
 
GUID guidId;
wchar_t* strName;
 
UINT32 ulFlags;
};

Member

ulSize
Type: UINT32
The size (sizeof(stcDomainSettings)) of the structure.
guidId
Type: GUID
The globally unique ID of the domain.
strName
Type: wchar_t*
The name of the domain. This name is only used in GUIs.
ulFlags
Type: UINT32
0x1 Enabled (read-only; use “EnableDomain” to set it).
© 2022 Mobiland AG