Skip to content

npp_usr_get_avatar

Jurek Muszyński edited this page Mar 28, 2024 · 3 revisions

int npp_usr_get_avatar(int user_id)

Description

Retrieves user's avatar into the output buffer. user_id is the user id.

Returns

Returns OK or one of the error codes:

  • ERR_NOT_FOUND
  • ERR_INT_SERVER_ERROR

Example

Notes

Requires NPP_USERS compilation switch.

Clone this wiki locally