ConnMgrEnumDestinations

The ConnMgrEnumDestinations function enumerates the list of the available networks.

Syntax

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

Parameters

  • nIndex
    Index value. 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
    Pointer to the data structure that contains the network information.

Return Values

None.

Requirements

Pocket PC: Windows Mobile 2000 and later
OS Versions: Windows CE 3.0 and later
Header: connmgr.h
Library: cellcore.lib

See Also

Connection Manager

Connection Manager API Functions

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.