ConnMgrEnumDestinations

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This function enumerates available networks.

Syntax

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.

Return Values

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

Requirements

Header connmgr.h
Library cellcore.lib
Windows Embedded CE Windows CE .NET 4.2 and later, Windows Embedded NavReady 2009
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

CONNMGR_DESTINATION_INFO
Connection Manager Functions