|
|
|
|
InSysNotificationMode (Function) In french: EnModeSysNotification Used to determine if the application is launched from an interactive notification in "Windows 10".
IF InSysNotificationMode() = True THEN Trace("Application launched from a Windows 10 notification") END
Syntax
<Result> = InSysNotificationMode()
<Result>: Boolean - True if the application is launched from a "Windows 10" notification,
- False otherwise.
Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|