Share via


CM_ADDRESS_PAIR (Compact 2013)

3/26/2014

This structure specifies socket binding addresses.

Syntax

typedef struct CM_ADDRESS_PAIR{
    DWORD Version;
    SOCKADDR_STORAGE Src;
    SOCKADDR_STORAGE Dst;
} CM_ADDRESS_PAIR;

Members

  • Src
    The address to which a socket needs to be bound in order to reach the destination address.
  • Dsk
    The destination address.

Requirements

Header

cmnet.h

Library

cmnet.lib

See Also

Reference

Connection Manager Connectivity Structures