Esempio n. 1
0
 public static bool pl_set_param(Int16 hcam, UInt32 param_id, IntPtr param_value)
 {
     if (m_is64bit)
     {
         return(Pvcam64.pl_set_param(hcam, param_id, param_value));
     }
     else
     {
         return(Pvcam32.pl_set_param(hcam, param_id, param_value));
     }
 }