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

ISystemCallback.Notify

Variable that receives the notification code.

Syntax

int Notify(
UInt32 p_ulCode,
UInt64 p_ullParam1,
UInt64 p_ullParam2
);

Parameter

p_ulCode
Type: UInt32
The notification code.
Possible values are:
ValueDescription
1ShutdownDomain
3ShutdownStorage
p_ullParam1
Type: UInt64
Additional notification-specific information. No values are defined or used currently and the value is always 0.
p_ullParam2
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