Esempio n. 1
0
 public static IntPtr hnc_get_oem_type(HnConst.HNOEMType t)
 {
     if (isX64)
     {
         return(HuionDriverDLL_X64.hnc_get_oem_type(t));
     }
     return(HuionDriverDLL_X86.hnc_get_oem_type(t));
 }
Esempio n. 2
0
 public static extern IntPtr hnc_get_oem_type(HnConst.HNOEMType t);