API 文件集 > 3D drawings and annotations > Object ProNote > Function ProNoteURLWstringGet
Function ProNoteURLWstringGet
Description
Retrieves the Uniform Resource Locator (URL), as wide string, associated with the specified note.
Replacement in Object TOOLKIT:
Synopsis
#include <ProNote.h>
ProNoteURLWstringGet
(
ProNote* p_note_item
/* (In)
The note
*/
wchar_t** r_url
/* (Out)
The URL wide string. Free this using ProWstringFree()
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
A general error occurred and the function failed.
Sample Code References
User Guide References
這是否有幫助?