GitHub
Download
Forum
Overview
Tutorial
C++ API
C# API
WinRT API
DTDL
DADL
Setup
DataFS SDK setup
DataFS setup
DataFS Tools
DataFS setup parameters
stcBinding
stcStorageDiskSettings
stcStorageDiskOpen
stcStorageDiskCreate
stcDomainStorage
stcDomainSettings
stcStorageSettings
stcServerInfo
stcDomainReplicationSettings
stcStorageReplicationSettings
stcStorageReplicationSettings structure
Storage replication settings
Syntax
struct
stcStorageReplicationSettings
{
UINT32
ulSize;
GUID
guidId;
w
char
_t
*
strName;
UINT32
ulFlags;
UINT8
ubtServerId;
UINT16
usPort;
w
char
_t
*
strAddress;
};
Member
ulSize
Type:
UINT32
The size (sizeof(stcStorageReplicationSettings)) of the structure.
guidId
Type:
GUID
The globally unique ID of the connection.
strName
Type:
wchar_t*
The name of the connection. This name is only used in GUIs.
ulFlags
Type:
UINT32
Flags of the connection. 0x100 = in, 0x200 = out.
ubtServerId
Type:
UINT8
ServerId of the other server.
usPort
Type:
UINT16
Port used to connect to the other server. (only used for outgoing connections)
strAddress
Type:
wchar_t*
Address used to connect to the other server. (only used for outgoing connections)
© 2025 Mobiland AG