GitHub    Download    Forum
Overview
Tutorial
C++ API
General interfaces
Connection
IInstance
ISystemCallback
Notify
Memory
ObjectId
Thread
Data interfaces
Schema interfaces
Configuration interfaces
Structures
Error codes
C# API
DTDL
DADL
Setup

ISystemCallback::Notify

Receives the notification code.

Syntax

HRESULT Notify(
[in] UINT32 p_ulCode,
[in] UINT64 p_ullParam1,
[in] UINT64 p_ullParam2
);

Parameter

p_ulCode [in]
Type: UINT32
The notification code.
Possible values are:
ValueDescription
1ShutdownDomain
3ShutdownStorage
p_ullParam1 [in]
Type: UINT64
Additional notification-specific information. No values are defined or used currently and the value is always 0.
p_ullParam2 [in]
Type: UINT64
Additional notification-specific information. No values are defined or used currently and the value is always 0.

Return value

This function should always return S_OK.
© 2022 Mobiland AG