Share via


Notification Interaction with a Shell

By default, the notification subsystem interacts with a shell. The notification subsystem must check for the availability of a shell before calling any shell-related APIs, for example, Shell_NotifyIcon and ShellExecuteEx. The notification subsystem maintains a global variable, g_fShellAPI, which contains the status of the shell.

See Also

Implementing Notifications

© 2005 Microsoft Corporation. All rights reserved.