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.ClassRelease
Decrements the reference count on one or more classes.
Syntax
int
ClassRelease(
UObject
p_pObject,
stcClassRefCount[]
p_aClass
);
Parameter
p_pObject
Type:
UObject
Object that the action is to be executed on.
p_aClass
Type:
stcClassRefCount[]
Array of stcClassRefCount structs specifying the classes and counts to release on the object.
Return value
S_OK or an error from the
Error Codes
.
Remarks
This function deletes an 'external' reference that has been created with
UStorage.ClassAddRef
or
UStorage.ClassAddRefById
.
© 2022 Mobiland AG