Пример #1
0
 public int Call(int nParams, bool retVal, bool raiseError)
 {
     return(Unmanaged.Call(Pointer, nParams, retVal, raiseError));
 }