Share via


PeerFreeData (Windows CE 5.0)

Send Feedback

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

Peer-to-Peer Common Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.