コード例 #1
0
 public static bool GetDUOUndistort(IntPtr duo, ref bool val)
 {
     return(DUOLibInternal.DUOGetUndistort(duo, ref val));
 }