Changeset 150 for Include/api_winsock2.sbp
- Timestamp:
- Mar 11, 2007, 1:11:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/api_winsock2.sbp
r42 r150 109 109 110 110 111 Classhostent112 Public111 Type /*Class*/ hostent 112 'Public 113 113 h_name As *Byte 114 114 h_aliases As **Byte … … 116 116 h_lengt As Integer 117 117 h_addr_list As **Byte 118 118 /* 119 119 Function h_addr() As *Byte 120 120 Return h_addr_list[0] … … 124 124 h_addr_list[0] = i 125 125 End Sub 126 End Class 126 */ 127 End /*Class*/ 127 128 128 129 Type netent … … 220 221 #define s_addr 221 222 ' Internet address (old style... should be updated) 222 Classin_addr223 Public223 Type /*Class*/ in_addr 224 'Public 224 225 /* 225 226 Union S_un … … 238 239 */ 239 240 s_addr As DWord 240 241 /* 241 242 Function s_host() As Byte 242 243 Return GetByte(VarPtr(s_addr) + 1) … … 278 279 Return SetByte(VarPtr(s_addr) + 2, l) 279 280 End Sub 280 End Class 281 */ 282 End Type 'Class 281 283 #endif 282 284 … … 835 837 End Type 836 838 837 ClassWSACOMPLETION838 Public839 Type /*Class*/ WSACOMPLETION 840 'Public 839 841 Type_ As WSACOMPLETIONTYPE 840 842 /* … … 847 849 */ 848 850 Port As _System_WinSock_WSACOMPLETION_PORT 849 851 /* 850 852 Function WindowMessage() As _System_WinSock_WSACOMPLETION_WINDOWMESSAGE 851 853 Dim p As *_System_WinSock_WSACOMPLETION_WINDOWMESSAGE … … 896 898 End Sub 897 899 */ 898 End Class900 End Type 'Class 899 901 900 902 TypeDef PWSACOMPLETION = *WSACOMPLETION
Note:
See TracChangeset
for help on using the changeset viewer.