Source position: ssocketh.inc line 19
function getsockopt( |
__fd: LongInt; |
__level: LongInt; |
__optname: LongInt; |
__optval: pointer; |
__optlen: PSOCKLEN_T |
):LongInt; |
__fd: LongInt; |
__level: LongInt; |
__optname: LongInt; |
__optval: pointer; |
var __optlen: SOCKLEN_T |
):LongInt; |