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

stcServerInfo structure

Server info

Syntax

struct stcServerInfo
{
UINT32 ulSize;
 
UINT32 ulSize;
UINT16 usPort;
 
wchar_t* strAddress;
};

Member

ulSize
Type: UINT32
The size (sizeof(stcServerInfo)) of the structure.
ulType
Type: UINT16
Type of the connection.
usPort
Type: UINT16
Port used to connect to the other server.
strAddress
Type: wchar_t*
Address used to connect to the other server.
© 2025 Mobiland AG