Share via


ConnMgrEnumDestinations (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

Connection Manager Functions
CONNMGR_DESTINATION_INFO