PEER_DATA structure (p2p.h)
The PEER_DATA structure contains binary data.
Syntax
typedef struct peer_data_tag {
ULONG cbData;
PBYTE pbData;
} PEER_DATA, *PPEER_DATA;
Members
cbData
Size of pbData, in bytes. It is possible for this value to be set to zero if pbData contains no data.
pbData
Pointer to a buffer.
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 |