示例#1
0
 private static IntPtr GetRefNameW(int cursor)
 {
     if (Environment.Is64BitProcess)
     {
         return(OlapNativeImports64.GetRefNameW(cursor));
     }
     else
     {
         return(OlapNativeImports32.GetRefNameW(cursor));
     }
 }