コード例 #1
0
 // Get the current recording times. These remain
 public static bool recv_recording_get_times(IntPtr p_instance, ref recv_recording_time_t p_times)
 {
     if (IntPtr.Size == 8)
     {
         return(UnsafeNativeMethods.recv_recording_get_times_64(p_instance, ref p_times));
     }
     else
     {
         return(UnsafeNativeMethods.recv_recording_get_times_32(p_instance, ref p_times));
     }
 }
コード例 #2
0
 internal static extern bool recv_recording_get_times_32(IntPtr p_instance, ref recv_recording_time_t p_times);