FreeSWITCH.Native.freeswitchPINVOKE.switch_regex_match C# (CSharp) 메소드

switch_regex_match() 개인적인 메소드

private switch_regex_match ( string jarg1, string jarg2 ) : int
jarg1 string
jarg2 string
리턴 int
        public static extern int switch_regex_match(string jarg1, string jarg2);
freeswitchPINVOKE