PEER_VERSION_DATA structure (p2p.h)

The PEER_VERSION_DATA structure contains the version information about the Peer Graphing and Grouping APIs.

Syntax

typedef struct peer_version_data_tag {
  WORD wVersion;
  WORD wHighestVersion;
} PEER_VERSION_DATA, *PPEER_VERSION_DATA;

Members

wVersion

Specifies the version of the Peer Infrastructure for a caller to use. The version to use is based on the Peer Infrastructure DLL installed on a local computer. A high order-byte specifies the minor version (revision) number. A low-order byte specifies the major version number.

wHighestVersion

Specifies the highest version of the Peer Infrastructure that the Peer DLL installed on the local computer can support. Typically, this value is the same as wVersion.

Requirements

Requirement Value
Minimum supported client Windows XP with SP2 [desktop apps only],Windows XP with SP1 with the Advanced Networking Pack forWindows XP
Minimum supported server None supported
Header p2p.h

See also

PeerGraphStartup

PeerGroupStartup