14 void setMessage(
MsgRes_c *bmg, ulong messageGroup, ulong messageID,
long placeholderCount, ...);
20 void setText(
const wchar_t *text,
long placeholderCount, ...);
31 void setMessage(
MsgRes_c *bmg, ulong messageGroup, ulong messageID,
long placeholderCount, va_list *vargs);
38 void setText(
const wchar_t *text,
long placeholderCount, va_list *vargs,
MsgRes_c *bmg);
A text box class with BMG message support.
void setMessage(MsgRes_c *bmg, ulong messageGroup, ulong messageID, long placeholderCount,...)
Sets the message to display in the text box.
void ExtensionUserDataSetup()
Checks for extension user data in the layout.
void setText(const wchar_t *text, long placeholderCount,...)
Sets the text to display in the text box.