Source position: sswin32.pas line 280
type TFDSet = packed record
fd_count: u_int;
fd_array: array [0..FD_SETSIZE-1] of TSocket;
end;
No notes exist for this page yet.