Esempio n. 1
0
 public static bool GetNextItem(int cursor)
 {
     if (Environment.Is64BitProcess)
     {
         return(OlapNativeImports64.GetNextItem(cursor));
     }
     else
     {
         return(OlapNativeImports32.GetNextItem(cursor));
     }
 }