public static IntPtr find_create2(ref find_create_t p_create_settings)
 {
     if (IntPtr.Size == 8)
     {
         return(UnsafeNativeMethods.find_create2_64(ref p_create_settings));
     }
     else
     {
         return(UnsafeNativeMethods.find_create2_32(ref p_create_settings));
     }
 }
 internal static extern IntPtr find_create_32(ref find_create_t p_create_settings);
Exemplo n.º 3
0
 public static extern IntPtr find_create_v2(ref find_create_t p_create_settings);