DECLARE_MESSAGE


DECLARE_MESSAGE MsgIdentifier, String

Creates a single message having the given message identifier.

MsgIdentifier

Message identifier. This must be a unique constant name.

String

Null-terminated string specifying the message. The string may contain parameter placeholders as described in PUSH_SPRINTF.

See also PUSH_SPRINTF