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

switch_core_hash_init_case() public static method

public static switch_core_hash_init_case ( SWIGTYPE_p_p_switch_hash hash, SWIGTYPE_p_apr_pool_t pool, switch_bool_t case_sensitive ) : switch_status_t
hash SWIGTYPE_p_p_switch_hash
pool SWIGTYPE_p_apr_pool_t
case_sensitive switch_bool_t
return switch_status_t
        public static switch_status_t switch_core_hash_init_case(SWIGTYPE_p_p_switch_hash hash, SWIGTYPE_p_apr_pool_t pool, switch_bool_t case_sensitive)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_hash_init_case(SWIGTYPE_p_p_switch_hash.getCPtr(hash), SWIGTYPE_p_apr_pool_t.getCPtr(pool), (int)case_sensitive);
            return ret;
        }
freeswitch