count_all_menu_items

identifierがnullでもカウントする。

version(Windows && Not_betterC)
pure nothrow @safe @nogc
int
count_all_menu_items
out (result) { static import npp_api.powereditor.resource; enum int max_count = npp_api.powereditor.resource.ID_PLUGINS_CMD_DYNAMIC_LIMIT - npp_api.powereditor.resource.ID_PLUGINS_CMD_DYNAMIC; assert (result >= 0); assert (max_count >= result); }

Meta