ConnMgrEnumDestinations

Windows Mobile 6.5
A version of this page is also available for
4/8/2010

This function enumerates available networks.


HRESULT WINAPI ConnMgrEnumDestinations(
  int                      Index,
  CONNMGR_DESTINATION_INFO *pDestInfo
); 

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.

Returns S_OK if successful or returns an error code if the function call failed.

Headerconnmgr.h
Librarycellcore.lib
Windows Embedded CEWindows CE .NET 4.2 and later, Windows Embedded NavReady 2009
Windows MobileWindows Mobile Version 5.0 and later

Community Additions

ADD
Show: