Exemple #1
0
 public static bool GetDUOResolutionInfo(IntPtr duo, ref DUOResolutionInfo val)
 {
     return(DUOLibInternal.DUOGetResolutionInfo(duo, ref val));
 }