QOS_DESTADDR structure (qossp.h)

The QOS object QOS_DESTADDR is used during a call to the WSAIoctl (SIO_SET_QOS) function in order to avoid issuing a connect function call for a sending socket.

Syntax

typedef struct _QOS_DESTADDR {
  QOS_OBJECT_HDR ObjectHdr;
  const sockaddr *SocketAddress;
  struct         sockaddr;
  ULONG          SocketAddressLength;
} QOS_DESTADDR, *LPQOS_DESTADDR;

Members

ObjectHdr

The QOS object QOS_OBJECT_HDR. The object type for this QOS object should be QOS_DESTADDR.

SocketAddress

Address of the destination socket.

sockaddr

SocketAddressLength

Length of the SocketAddress structure.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header qossp.h

See also

QOS_OBJECT_HDR

WSAIoctl