formZ SDK | 4.0 Call Back Reference | Command | Project Command

fz_cmnd_cbak_proj_menu

Description

Adds command to the extensions menu. This function is called by formZ to add the command icon to the extensions menu toolbar.

Plugin Prototype

fzrt_error_td fz_cmnd_cbak_proj_menu(

fz_fuim_menu_ptr

menu_ptr,

const fzrt_UUID_td

menu_uuid,

fzrt_UUID_td

group_uuid,

fzrt_int *

position )

Parameters

menu_ptr [Input]

pointer to formz menu manager

menu_uuid [Input]

menu id of the extensions menu

group_uuid [Result, Optional]

menu id of the group to insert the command in if NULL, then the item will appear in the Extensions menu

position [Result, Optional]

posttion in group_uuid to insert the command in if 0, item is inserted in alpha-order

Returns

Error codes

Availability

5.0.0.0

See Also

fz_fuim_exts_menu

Function Set

fz_cmnd_cbak_proj_fset


Defined in

fz_cmnd_api.h