LVectorBase::GetFileName

Summary

Gets the internal file name used by the vector.

Syntax

#include "ltwrappr.h"

L_INT LVectorBase::GetFileName(pszBuffer, puBuffSize)

Parameters

L_TCHAR * pszBuffer

The buffer to be updated with the file name. If you pass NULL then the required size will be returned in puBuffSize.

L_UINT * puBuffSize

Pointer to a variable to be updated with the required size of pszBuffer.

Returns

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

Comments

Call this function to get the internal file used by the vector.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to LVectorBase::IsFileNameEnabled.

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.