Click to Rate and Give Feedback
MSDN
MSDN Library
Phone Features
Connection Manager
 ConnMgrMapURL

  Switch on low bandwidth view
ConnMgrMapURL
Windows CE 5.0 Not SupportedWindows Embedded NavReady 2009 Supported
10/16/2008

This function maps a URL to the GUID of a destination network to which the device is connected.

HRESULT WINAPI ConnMgrMapURL(
  LPTSTR   pwszURL,
  GUID     *pguid,
  DWORD    *pdwIndex
); 
pwszURL

[in] Specifies the URL to be mapped.

pguid

[out] Pointer to the destination network GUID.

pdwIndex

[in] Optional pointer to a DWORD index variable that can be used to retrieve additional GUID mappings, if these mappings exist. If this pointer is provided, the DWORD to which the pointer refers should be initialized to 0 before the first call to ConnMgrMapURL. This variable is updated for each call so that successive calls can start searching the mapping table at the point where the previous call returned.

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

This function takes the URL that you specify in pwszURL and determines the best network connection to use to access that URL.

Headerconnmgr.h
Librarycellcore.lib
Windows Embedded CEWindows CE .NET 4.2 and later, Windows Embedded NavReady 2009
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker