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::DestroyActionGroup
Deletes an ActionGroup when you no longer need it.
Syntax
void
DestroyActionGroup(
[in]
HANDLE
p_hActionGroup
);
Parameter
p_hActionGroup
[in]
Type:
HANDLE
ActionGroup to delete.
Return value
This function has no return value.
Remarks
You should never delete an ActionGroup with pending actions. Call
UStorage::Execute
or
UStorage::AbortActionGroup
first.
© 2025 Mobiland AG