GitHub
Download
Forum
Overview
Tutorial
C++ API
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
InsertNamedObject
Load
Open
RegisterEventClient
RemoveNamedObject
ResetActionGroup
SetLastError
SetSchema
Store
UnregisterEventClient
Update
WaitableHandle
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
DTDL
DADL
Setup
UStorage.RemoveNamedObject
Removes a named object from the domain.
Syntax
int
RemoveNamedObject(
Guid
p_guidName,
IntPtr
p_hActionGroup
);
Parameter
p_guidName
Type:
Guid
ID (name) of the named object to remove.
p_hActionGroup
Type:
IntPtr
ActionGroup to use.
Return value
S_OK or an error from the
Error Codes
.
Remarks
If the object is not referenced via other objects, then it will be deleted as well.
© 2022 Mobiland AG