Esempio n. 1
0
 private static IntPtr GetCubeW(int cursor)
 {
     if (Environment.Is64BitProcess)
     {
         return(OlapNativeImports64.GetCubeW(cursor));
     }
     else
     {
         return(OlapNativeImports32.GetCubeW(cursor));
     }
 }