#include "ltwrappr.h"
const L_TCHAR * LVectorFile::GetFileName()
L_INT LVectorFile::GetFileName(pBuffer, puBuffSize)
L_TCHAR * pBuffer; |
character string to be updated |
L_UINT * puBuffSize; |
size of pBuffer |
LVectorFile::GetFileName() gets a pointer to the internal file name.
LVectorFile::GetFileName(pBuffer, puBuffSize) gets a copy of the internal file name.
Parameter |
Description |
pBuffer |
Character string that will be updated with the internal file name. |
puBuffSize |
Pointer to a variable to be updated with the size of pBuffer. |
LVectorFile::GetFileName returns a pointer to the internal file name. You should not attempt to free this pointer.
LVectorFile::GetFileName(pBuffer, uBuffSize) returns the following:
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
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