Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.
- pDestInfo
[out] Pointer to a CONNMGR_DESTINATION_INFO structure that contains information about the network.
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 |