Category 3D drawings and annotations, Object ProNote

Function ProNoteURLWstringSet


Description
Sets the associated Uniform Resource Locator (URL), as wide string, for the specified note.
Replacement in Object TOOLKIT: pfcNote::URL
Synopsis
#include <ProNote.h>
ProErrorProNoteURLWstringSet(
ProNote* p_note_item
/* (In)
The note
*/
wchar_t* r_url
/* (In)
The URL wide string or name of the valid combined state to be activated.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the URL.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed.
PRO_TK_CANT_WRITECould not modify the given item because it has read-only access.

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 )