DECLARE_MESSAGE
DECLARE_MESSAGE MsgIdentifier, String
Creates a single message having the given message identifier.
This macro has no return value.
- 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