Sends message NI_EVENT_NOTIFY to the notify callback of a navigation item with optional parameters.
Syntax
Parameters
strArguments
Type:
LPCWSTR
The argument string to pass to the notify callback. e.g. action=open
The format of the string free form so you can format it in a manner appropriate for your application.
Return Value
Type: bool
If the item was found and notified then the return value is true. Otherwise false.
Remarks
The arguments are passed to the notify callback in the strArguments field of the NAVITEMNOTIFY structure.
Examples
None
See Also