LVectorBase::GetFileName
#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. |
Returns
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
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. |
See Also
Functions: |
|
Topics: |
Example
For an example, refer to LVectorBase::IsFileNameEnabled.