Category 3D drawings and annotations, Object ProNote

Function ProNoteURLWstringGet


Description
Retrieves the Uniform Resource Locator (URL), as wide string, associated with the specified note.
Replacement in Object TOOLKIT: pfcNote::URL
Synopsis
#include <ProNote.h>
ProErrorProNoteURLWstringGet(
ProNote* p_note_item
/* (In)
The note
*/
wchar_t** r_url
/* (Out)
The URL wide string. Free this using ProWstringFree()
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed.

Manual References:

  1. Annotations: Annotation Features and Annotations: Note Properties
  2. Annotations: Annotation Features and Annotations: Note Properties

Sample Code References:

  1. pt_examples ( TestSetup.c )