API 文件集 > 3D drawings and annotations > Object ProNote > Function ProNoteURLExtraInfoGet
Function ProNoteURLExtraInfoGet
Description
Retrieves the information of whether opening the URL for the specified note will append extra info "?+".
Synopsis
#include <ProNote.h>
ProNoteURLExtraInfoGet
(
ProNote* p_note_item
/* (In)
The note
*/
ProBoolean* r_val
/* (Out)
Whether the extra info will be added.
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
A general error occurred and the function failed.
這是否有幫助?