Function ProNoteURLSet
DEPRECATED:
Since Wildfire 5.0
SUPERSEDED BY:
Description
NOTE: This function is deprecated. Use ProNoteURLWstringSet() instead. Sets the associated Uniform Resource Locator (URL) for the specified note.
Synopsis
#include <ProNote.h>
ProNoteURLSet
(
ProNote* p_note_item
/* (In)
The note
*/
ProURL url
/* (In)
The URL
*/
)
Returns
The function successfully set the URL.
Model is in read-only state.
One or more of the arguments are invalid.
A general error occurred and the function failed.
The note url cannot be varied.
Could not modify the given item because it has read-only access.
User Guide References
Est-ce que cela a été utile ?