LVectorFile::GetFileName

Summary

LVectorFile::GetFileName() gets a pointer to the internal file name.

LVectorFile::GetFileName(pBuffer, puBuffSize) gets a copy of the internal file name.

Syntax

#include "ltwrappr.h"

const L_TCHAR * LVectorFile::GetFileName()

L_INT LVectorFile::GetFileName(pBuffer, puBuffSize)

Parameters

L_TCHAR * pBuffer

Character string that will be updated with the internal file name.

L_UINT * puBuffSize

Pointer to a variable to be updated with the size of pBuffer.

Returns

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:

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Required DLLs and Libraries

See Also

Functions

Functions

Example

For an example, refer to LVectorFile::LVectorFile(pLVector, pFileName).

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.