Group: Shell Functions - Library: shell32
Displaying icons in the system tray (VFP9)
Using FoxTray ActiveX control: System Tray Icon and menu attached to VFP form
BOOL Shell_NotifyIcon(
DWORD dwMessage,
PNOTIFYICONDATA lpdata
);
DECLARE INTEGER Shell_NotifyIcon IN shell32;
INTEGER dwMsg,;
STRING @lpdata
dwMessage [in] Variable of type DWORD that specifies the action to be taken.
lpdata [in] Address of a NOTIFYICONDATA structure. The content of the structure depends on the value of dwMessage.
Returns TRUE if successful or FALSE otherwise.