コード例 #1
0
 private static IntPtr GetSubsetRefNameW(int cursor)
 {
     if (Environment.Is64BitProcess)
     {
         return(OlapNativeImports64.GetSubsetRefNameW(cursor));
     }
     else
     {
         return(OlapNativeImports32.GetSubsetRefNameW(cursor));
     }
 }