Sends message NI_EVENT_NOTIFY to the notify callback of a navigation item with optional parameters.
Syntax
Parameters
strFQN
Type:
LPCWSTR
The fully qualified name and parameter string of the item you wish to notify. The parameters for a navigation item are appended to the end of the FQN, separated from it by a question mark character. e.g
NAVIGATIONTREE\MyComponent\MyItem?action=open
Specifies the location NAVIGATIONTREE\MyComponent\MyItem with string arguments action=open
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