NavigationItemUIInterface function called by the framework to notify you of a navigation item event.
Syntax
Parameters
pN
Type:
NAVITEMNOTIFY *
Pointer to a NavItemNotify object that describes the event. The actual type of the passed in object depends on the value of nMsg and therefore may be a derived struct of NAVITEMNOTIFY. See the NAVITEMNOTIFY documentation for information on the specific type.
Return Value
Type: void
Bitmask of values describing post notification handling. You can specify as many options as appropriate.
Mask | Description |
---|---|
NI_NRESULT_DEFAULT | Do nothing |
NI_NRESULT_REDRAW | Redraw the navigation item |
NI_NRESULT_STOP | Stop the navigation from changing |
Remarks
None
Examples
None
See Also