L_VecDlgGetString

#include "lvdlg.h"

L_LVDLG_API L_INT L_VecDlgGetString(uString, pszString)

Gets the current string for the specified index.

Parameters

L_UINT32 uString

Index into a list of strings. For a list of the strings, refer to Dialog Strings.

L_TCHAR * pszString

Pointer to the buffer to be updated with the current string.

Returns

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

Comments

Before calling this function, call L_VecDlgGetStringLen to get the length of the text you want to retrieve.

Use L_VecDlgSetString to modify the automated menu item.

Before calling this function, you must declare a variable as a pointer to a character string. Then, pass the variable in the pString parameter. This function will update the variable with the character string at the given index.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to L_VecDlgSetString.

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 API Help