Causes the WinGate Management Console to navigate to a navigation tree item or activate a navigation task. Both with optional parameters.
Syntax
Parameters
hItem
Type:
NavHandle
The NavHandle of the item to navigate to.
arguments
Type:
LPCWSTR
The arguments to pass to the notify callback. These are equivalent to the post '?' arguments used when calling NavGotoItem. Can be NULL.
Return Value
Type: bool
If the item was found and navigated to 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