hostent構造体 |
| 宣言文 |
![]() |
Type hostent h_name As Long 正式なホスト名 h_aliases As Long ホストの別名リスト h_addrtype As Integer ホストのアドレスタイプ h_length As Integer アドレス長 h_addr_list As Long ホストのIPアドレス End Type |
![]() |
Structure hostent h_name As Integer 正式なホスト名 h_aliases As Integer ホストの別名リスト h_addrStructure As Short ホストのアドレスタイプ h_length As Short アドレス長 h_addr_list As Integer ホストのIPアドレス End Structure |