allocate_sub_menu_length

メモリ確保するための、サブメニューの数をカウントする identifierがnullでもカウントする。

  1. int allocate_sub_menu_length(.sub_menu_index[] menu_index)
    version(Windows && Not_betterC)
    pure nothrow @safe @nogc
    int
    allocate_sub_menu_length
    out (result) { static import npp_api.powereditor.resource; assert (result >= 0); assert (max_submenu_length >= result); }
  2. int allocate_sub_menu_length(.menu_item_t[] menu_container)

Meta