Exemplo n.º 1
0
 public static ErrorNumber TerminateCall(int callHandle)
 {
     return((ErrorNumber)WrapperInterface.terminateCall(callHandle));
 }