GitHub    Download    Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
UDomain
UStorage
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
IEventClient
Notify
stcEventInfo
Schema interfaces
Configuration interfaces
Structures
Error codes
C# API
DTDL
DADL
Setup

IEventClient::Notify

Receives the notification.

Syntax

HRESULT Notify(
[in] const stcEventInfo* p_aEventInfo,
[in] UINT32 p_ulLength
);

Parameter

p_aEventInfo [in]
Type: const stcEventInfo*
Array of notifications.
p_ulLength [in]
Type: UINT32
Number of elements in the p_aEventInfo array.

Return value

This function should always return S_OK.
© 2022 Mobiland AG