PeerFreeData (Windows CE 5.0)
This function deallocates a block of data and returns it to the memory pool. Any data returned by the peer-to-peer Identity Manager must be freed by using this function.
VOID WINAPI PeerFreeData( PVOID pvData);
Parameters
- pvData
[in] Pointer to a block of data to be de-allocated. This parameter must reference a valid block of memory.
Return Values
None.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: p2p.h.
Link Library: p2p.lib.
See Also
Send Feedback on this topic to the authors