FreeSWITCH.Native.freeswitch.switch_ivr_menu_stack_xml_init C# (CSharp) Method

switch_ivr_menu_stack_xml_init() public static method

public static switch_ivr_menu_stack_xml_init ( SWIGTYPE_p_p_switch_ivr_menu_xml_ctx xml_menu_ctx, SWIGTYPE_p_apr_pool_t pool ) : switch_status_t
xml_menu_ctx SWIGTYPE_p_p_switch_ivr_menu_xml_ctx
pool SWIGTYPE_p_apr_pool_t
return switch_status_t
        public static switch_status_t switch_ivr_menu_stack_xml_init(SWIGTYPE_p_p_switch_ivr_menu_xml_ctx xml_menu_ctx, SWIGTYPE_p_apr_pool_t pool)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_menu_stack_xml_init(SWIGTYPE_p_p_switch_ivr_menu_xml_ctx.getCPtr(xml_menu_ctx), SWIGTYPE_p_apr_pool_t.getCPtr(pool));
            return ret;
        }
freeswitch