Retrieves all or part of a navigation item
Syntax
Parameters
strFQN
Type:
LPCWSTR
The FQN of the item to retrieve
pItem
Type:
NAVSETITEM *
The structure that will receive the information about the item. Only those fields that are specified in pItem->mask will be retrieved. The rest will be left unmodified.
Return Value
Type: void
If the information was retrieved the return value is true. If the item wasn't found, the return value is false
Remarks
To use this function, set the mask field of pItem to declare what fields you want retrieved. For a description of the NAVSETITEM mask options, see NavInsertItem
Examples
None
See Also