Ejemplo n.º 1
0
 public static bool pl_create_frame_info_struct(out PvTypes.FRAME_INFO new_frame)
 {
     if (m_is64bit)
     {
         return(Pvcam64.pl_create_frame_info_struct(out new_frame));
     }
     else
     {
         return(Pvcam32.pl_create_frame_info_struct(out new_frame));
     }
 }