本站源代码
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

23 Zeilen
477B

  1. // Copyright 2011 The Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. package windows
  5. type WSAData struct {
  6. Version uint16
  7. HighVersion uint16
  8. MaxSockets uint16
  9. MaxUdpDg uint16
  10. VendorInfo *byte
  11. Description [WSADESCRIPTION_LEN + 1]byte
  12. SystemStatus [WSASYS_STATUS_LEN + 1]byte
  13. }
  14. type Servent struct {
  15. Name *byte
  16. Aliases **byte
  17. Proto *byte
  18. Port uint16
  19. }
上海开阖软件有限公司 沪ICP备12045867号-1