[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'synsock' (#synapse) |
Source position: sswin32.pas line 319
type TInAddr = packed record |
case Integer of |
0: ( |
S_un_b: SunB; |
); |
1: ( |
S_un_w: SunW; |
); |
2: ( |
S_addr: u_long; |
); |
end; |
No notes exist for this page yet.