nw::lyt::TextBox::GetStringBuffer Member Function

Syntax

const wchar_t * GetStringBuffer() const;

Arguments

None.

Return Values

Returns the start address of the text buffer. Returns NULL if a buffer for the text string has not been allocated.

Description

Gets the text buffer.

Call AllocStringBuffer to allocate a text buffer.

See Also

GetStringBufferLength
AllocStringBuffer

Revision History

2009/09/18
Initial version.

CONFIDENTIAL