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::RegisterEventClient
Register for callbacks.
Syntax
HRESULT
RegisterEventClient(
[in]
IEventClient*
p_pEventClient
);
Parameter
p_pEventClient
[in]
Type:
IEventClient*
Pointer to a callback interface that receives notifications about object manipulations in the storage.
Return value
S_OK or an error from the
Error Codes
.
Remarks
Unregister the callback interface with
UStorage::UnregisterEventClient
when you no longer want to receive notifications.
© 2025 Mobiland AG