GitHub
Download
Forum
Overview
Tutorial
C++ API
C# API
WinRT API
General interfaces
Connection
ISystemCallback
Notify
ObjectId
Thread
Data interfaces
Schema interfaces
Configuration interfaces
Callback interfaces
Structures
Error codes
DataAccess interfaces
DTDL
DADL
Setup
ISystemCallback.Notify
Receives the notification code.
Syntax
void
Notify(
UInt32
p_ulCode,
UInt64
p_ullParam1,
UInt64
p_ullParam2
);
Parameter
p_ulCode
Type:
UInt32
The notification code.
Possible values are:
Value
Description
1
ShutdownDomain
3
ShutdownStorage
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 has no return value.
© 2025 Mobiland AG