Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function releases an enumeration, such as a record or member enumeration, and deallocates any resources associated with it.
HRESULT WINAPI PeerEndEnumeration( HPEERENUM hPeerEnum);
Parameters
- hPeerEnum
[in] Handle to the enumeration to be released. This handle is generated by a peer enumeration function.
Return Values
The following table shows the possible return values.
Value | Description |
---|---|
S_OK | Function call succeeded. |
E_INVALIDARG | One of the parameters is not valid. |
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