The VECTORLINKFILEINFO structure contains the path of the target file assigned to a hyperlinked vector object.
typedef struct _VECTORLINKFILEINFO
{
L_TCHAR szPath[L_MAXPATH];
} VECTORLINKFILEINFO, *pVECTORLINKFILEINFO;
Character string that contains the URL for the file that will be opened when the hyperlinked vector object is clicked.
pVECTORLINKFILEINFO is a pointer to a VECTORLINKFILEINFO structure. Where the function parameter type is pVECTORLINKFILEINFO, you can declare a VECTORLINKFILEINFO variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pVECTORLINKFILEINFO variable is necessary only if your program requires a pointer.
A hyperlinked vector object can be assigned a target file. The vector toolkit opens the specified file whenever the end-user clicks on the hyperlinked vector object. Currently, clicking an object is the only event available.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document