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