Ejemplo n.º 1
0
 public static ErrorNumberEnum GetRecordStatus(int callhandle, ref int status, ref int pipeType, string fileName)
 {
     return((ErrorNumberEnum)WrapperInterface.getRecordStatus(callhandle, ref status, ref pipeType, fileName));
 }