#include "ltwrappr.h"
L_INT LVectorBase::GetFileName(pszBuffer, puBuffSize)
L_TCHAR * pszBuffer; |
buffer to be updated with the file name |
L_UINT * puBuffSize; |
the size of the buffer |
Gets the internal file name used by the vector.
Parameter |
Description |
pszBuffer |
The buffer to be updated with the file name. If you pass NULL then the required size will be returned in puBuffSize. |
puBuffSize |
Pointer to a variable to be updated with the required size of pszBuffer. |
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Call this function to get the internal file used by the vector.
Required DLLs and Libraries
LVKRN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET