Gets the current string for the specified index.
#include "ltwrappr.h"
static L_INT LDialogBase::GetString(uString, szString, sizeInWords)
Index into a list of strings. For a list of the strings, refer to Dialog Strings.
Pointer to the buffer to be updated with the current string.
Size of the szString string buffer in words.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Before calling this function, call LDialogBase::GetStringLen to get the length of the text you want to retrieve.
Before calling this function, you must declare a variable as a pointer to a character string. You must allocate enough memory to hold the character string. Then, pass the variable in the szString parameter. This function will update the variable with the character string at the given index.
For an example, refer to LDialogBase::SetFont.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document