LVectorBase::GetFileName

#include "ltwrappr.h"

L_INT LVectorBase::GetFileName(pszBuffer, puBuffSize)

Gets the internal file name used by the vector.

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

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

LEADTOOLS Vector C++ Class Library Help