GitHub
Download
Forum
Overview
Tutorial
C++ API
C# API
General interfaces
Data interfaces
Schema interfaces
Configuration interfaces
Callback interfaces
Structures
Error codes
DataAccess interfaces
Connection
WDomain
Create
Destroy
AbortTransaction
Cleanup
Create
CreateTransaction
DestroyTransaction
Execute
GetConnection
GetDomain
GetFlags
GetLastError
GetSchema
GetStorage
Initialize
InsertNamedLink
Open
QueryNamedLink
QueryNamedLinkFull
QueryNamedLinkFullMultiple
QueryNamedLinkId
RemoveNamedLink
ResetTransaction
SetFlags
Uninitialize
WObject
WBase
WinRT API
DTDL
DADL
Setup
WDomain.QueryNamedLink
Returns information about a named link.
Syntax
int
QueryNamedLink(
Guid
[]
p_aguidName,
out
stcObjectLink[]
p_paObjectLink,
ISignal
p_pSignalObject
);
Parameter
p_aguidName
Type:
Guid[]
Array of names (Guids) of named links to retrieve the ObjectId from.
p_paObjectLink
Type:
out stcObjectLink[]
Variable that receives the ObjectLinks of the named links.
p_pSignalObject
Type:
ISignal
A signal that is used in asynchronous execution to wait for completion and retrieve the result.
If null is passed, the function is executed synchronously and blocks until the result is available.
Return value
S_OK or an error from the
Error Codes
.
© 2025 Mobiland AG