Ejemplo n.º 1
0
 public static bool pl_exp_start_cont(Int16 hcam, IntPtr pixel_stream, UInt32 size)
 {
     if (m_is64bit)
     {
         return(Pvcam64.pl_exp_start_cont(hcam, pixel_stream, size));
     }
     else
     {
         return(Pvcam32.pl_exp_start_cont(hcam, pixel_stream, size));
     }
 }