Process Hacker
_WINSTATIONREMOTEADDRESS Struct Reference

#include <winsta.h>

Data Fields

USHORT sin_family
 
union {
   struct {
      USHORT   sin_port
 
      ULONG   sin_addr
 
      UCHAR   sin_zero [8]
 
   }   ipv4
 
   struct {
      USHORT   sin6_port
 
      ULONG   sin6_flowinfo
 
      USHORT   sin6_addr [8]
 
      ULONG   sin6_scope_id
 
   }   ipv6
 
}; 
 

Detailed Description

Definition at line 321 of file winsta.h.

Field Documentation

union { ... }
struct { ... } ipv4
struct { ... } ipv6
USHORT sin6_addr[8]

Definition at line 336 of file winsta.h.

ULONG sin6_flowinfo

Definition at line 335 of file winsta.h.

USHORT sin6_port

Definition at line 334 of file winsta.h.

ULONG sin6_scope_id

Definition at line 337 of file winsta.h.

ULONG sin_addr

Definition at line 329 of file winsta.h.

USHORT sin_family

Definition at line 323 of file winsta.h.

USHORT sin_port

Definition at line 328 of file winsta.h.

UCHAR sin_zero[8]

Definition at line 330 of file winsta.h.


The documentation for this struct was generated from the following file: