Пример #1
0
 public static int GetErrorCode(int cursor)
 {
     if (Environment.Is64BitProcess)
     {
         return(OlapNativeImports64.GetErrorCode(cursor));
     }
     else
     {
         return(OlapNativeImports32.GetErrorCode(cursor));
     }
 }