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 enumerates available networks.
HRESULT WINAPI ConnMgrEnumDestinations(
int Index,
CONNMGR_DESTINATION_INFO *pDestInfo
);
Parameters
- Index
[in] Index of the network. To retrieve a list of all networks, the index should be initialized to 0 for the first call and incremented by one on each successive call until the function returns an error. - pDestInfo
[out] Pointer to a CONNMGR_DESTINATION_INFO structure that contains information about the network.
Return Values
Returns S_OK if successful, or an error code if the function call failed.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Connmgr.h.
Link Library: Cellcore.lib.
See Also
Send Feedback on this topic to the authors