overview <p>Retrieves all or part of a navigation item</p> functiondefinition <ac:structured-macro ac:name="code"><ac:parameter ac:name="language">cpp</ac:parameter><ac:plain-text-body><![CDATA[bool WG_API NavGetItem( LPCWSTR strFQN,  NAVSETITEM* pItem );]]></ac:plain-text-body></ac:structured-macro> parameters <p><ac:structured-macro ac:name="vardef"><ac:parameter ac:name="Name">strFQN</ac:parameter><ac:parameter ac:name="Type">LPCWSTR</ac:parameter><ac:parameter ac:name="Style">Parameter</ac:parameter><ac:parameter ac:name="atlassian-macro-output-type">INLINE</ac:parameter><ac:rich-text-body><p>The FQN of the item to retrieve</p></ac:rich-text-body></ac:structured-macro><ac:structured-macro ac:name="vardef"><ac:parameter ac:name="Name">pItem</ac:parameter><ac:parameter ac:name="TypeMod">*</ac:parameter><ac:parameter ac:name="Linked">true</ac:parameter><ac:parameter ac:name="Type">NAVSETITEM</ac:parameter><ac:parameter ac:name="Style">Parameter</ac:parameter><ac:parameter ac:name="atlassian-macro-output-type">INLINE</ac:parameter><ac:rich-text-body><p>The structure that will receive the information about the item. Only those fields that are specified in pItem-&gt;mask will be retrieved. The rest will be left unmodified.</p></ac:rich-text-body></ac:structured-macro></p> returnvalue <p><ac:structured-macro ac:name="returnvalue"><ac:parameter ac:name="Type">void</ac:parameter><ac:parameter ac:name="atlassian-macro-output-type">INLINE</ac:parameter><ac:rich-text-body><p>If the information was retrieved the return value is true. If the item wasn&apos;t found, the return value is false</p></ac:rich-text-body></ac:structured-macro></p> remarkscontent <p>To use this function, set the&nbsp;<em><strong>mask</strong></em> field of pItem to declare what fields you want retrieved.&nbsp;For a description of the&nbsp;<ac:link><ri:page ri:content-title="NAVSETITEMStruct" /><ac:plain-text-link-body><![CDATA[NAVSETITEM]]></ac:plain-text-link-body></ac:link>&nbsp;mask options, see&nbsp;<ac:link><ri:page ri:content-title="NavInsertItem" /></ac:link></p> examplescontent None seealsocontent <p><ac:link><ri:page ri:content-title="NavGetItemEx" /><ac:plain-text-link-body><![CDATA[NavGetItemEx]]></ac:plain-text-link-body></ac:link></p><p><ac:link><ri:page ri:content-title="NavInsertItem" /></ac:link></p><p><ac:link><ri:page ri:content-title="NavSetItem" /><ac:plain-text-link-body><![CDATA[NavSetItem]]></ac:plain-text-link-body></ac:link></p>