public static bool pl_exp_finish_seq(Int16 hcam, IntPtr pixel_stream_ptr, Int16 hbuf) { if (m_is64bit) { return(Pvcam64.pl_exp_finish_seq(hcam, pixel_stream_ptr, hbuf)); } else { return(Pvcam32.pl_exp_finish_seq(hcam, pixel_stream_ptr, hbuf)); } }