Common Functions (Peer-to-Peer)
The Peer Infrastructure uses the following common functions.
Function | Description |
---|---|
PeerEndEnumeration | Releases an enumeration, for example, a record or member enumeration, and deallocates all resources associated with the enumeration. |
PeerFreeData | Deallocates a block of data and returns it to the memory pool. |
PeerGetItemCount | Returns a count of the items in a peer enumeration. |
PeerGetNextItem | Returns a specific number of items from a peer enumeration. |