Function ProNoteURLGet
DEPRECATED:
Since Wildfire 5.0
SUPERSEDED BY:
Description
NOTE: This function is deprecated. Use ProNoteURLWstringGet() instead. Retrieves the Uniform Resource Locator (URL) associated with the specified note.
Synopsis
#include <ProNote.h>
ProNoteURLGet
(
ProNote* p_note_item
/* (In)
The note
*/
ProURL r_url
/* (Out)
The URL
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
A general error occurred and the function failed.
User Guide References
¿Fue esto útil?