GitHub
Download
Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
UDomain
UStorage
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
Domain_Create
Domain_Destroy
AbortTransaction
Connect
Create
CreateTransaction
CreateWaitObject
DestroyTransaction
DestroyWaitObject
Disconnect
DisconnectAll
Execute
ExecuteAsync
ExecuteResult
ExecuteWait
GetConnection
GetDomain
GetLastError
GetSchema
GetStorage
Initialize
InsertNamedObject
IsConnected
LoadData
Open
OpenNamedObject
Query
QueryNamedObject
QueryNamedObjectId
QueryNamedObjectLink
QueryNamedObjectMultiple
QueryStorage
ReleaseAllStorages
ReleaseStorage
RemoveNamedObject
ResetTransaction
StoreData
Uninitialize
WaitableHandle
WObject
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
C# API
DTDL
DADL
Setup
WDomain::GetDomain
Returns the UDomain encapsulated by the WDomain.
Syntax
DataFoundation::UDomain* GetDomain(
[in]
const
w
char
_t
*
p_strAddress,
[in]
U
INT16
p_usPort
);
Parameter
p_strAddress
[in]
Type:
const wchar_t*
A pointer to a string containing the host name or IP address that the connection has been established to.
p_usPort
[in]
Type:
UINT16
The port that the connection has been established to.
Return value
Pointer to the UDomain.
© 2022 Mobiland AG