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
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
C# API
DTDL
DADL
Setup
UStorage::ResetActionGroup
Resets an ActionGroup so that it can be used again.
Syntax
void
ResetActionGroup(
[in]
HANDLE
p_hActionGroup
);
Parameter
p_hActionGroup
[in]
Type:
HANDLE
ActionGroup to reset.
Return value
This function has no return value.
Remarks
After using this ActionGroup for a call (e.g.
UStorage::Execute
, etc.) or when you aborted this ActionGroup, you need to call this function if you want to use the ActionGroup again. If you don’t want to use it again, you can also directly destroy it using
UStorage::DestroyActionGroup
.
© 2022 Mobiland AG