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