We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
void npp_add_message(int code, const char *lang, const char *message, ...)
Adds error message. It then can be retrieved with MSG().
None
npp_add_message(ERR_PASSWORD_TOO_SHORT, "EN-US", "Password must be at least %d characters long", NPP_MIN_PASSWORD_LEN);
There was an error while loading. Please reload this page.