-
Notifications
You must be signed in to change notification settings - Fork 4
npp_read_param_int
Jurek Muszyński edited this page Dec 19, 2021
·
2 revisions
Reads integer parameter from npp.conf
.
Returns true if parameter has been found in the config file, otherwise false.
static int M_someSetting=SOME_SETTING_DEFAULT_VALUE;
// in npp_app_init()
npp_read_param_int("someSetting", &M_someSetting);