FreeSWITCH.Native.freeswitchPINVOKE.switch_regex_compile C# (CSharp) Method

switch_regex_compile() private method

private switch_regex_compile ( string jarg1, int jarg2, string &jarg3, HandleRef jarg4, HandleRef jarg5 ) : IntPtr
jarg1 string
jarg2 int
jarg3 string
jarg4 HandleRef
jarg5 HandleRef
return IntPtr
        public static extern IntPtr switch_regex_compile(string jarg1, int jarg2, ref string jarg3, HandleRef jarg4, HandleRef jarg5);
freeswitchPINVOKE