GitHub
Download
Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
UDomain
UStorage
AbortActionGroup
AddClass
ClassAddRef
ClassAddRefById
ClassRelease
ClassReleaseById
Close
Create
CreateActionGroup
CreateWaitObject
DestroyActionGroup
DestroyWaitObject
Execute
ExecuteAsync
ExecuteResult
ExecuteWait
GetLastError
GetSchema
InsertExternLink
InsertNamedLink
InsertNamedObject
Load
Open
RegisterEventClient
RemoveExternLink
RemoveNamedLink
RemoveNamedObject
ResetActionGroup
SetLastError
SetSchema
Store
UnregisterEventClient
Update
WaitableHandle
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
IEventClient
Schema interfaces
Configuration interfaces
Callback interfaces
Structures
Error codes
DataAccess interfaces
C# API
WinRT API
DTDL
DADL
Setup
UStorage::RemoveNamedLink
Removes a named link from the domain.
Syntax
HRESULT
RemoveNamedLink(
[in]
const
GUID
*
p_pguidName,
[in]
HANDLE
p_hActionGroup
);
Parameter
p_pguidName
[in]
Type:
const GUID*
ID (name) of the named link to remove.
p_hActionGroup
[in]
Type:
HANDLE
ActionGroup to use.
Return value
S_OK or an error from the
Error Codes
.
Remarks
This function removes a named link that has been created with
UStorage::InsertNamedLink
.
If the linked object is not referenced via other objects, then it will be deleted as well.
© 2025 Mobiland AG