Partager via


ITransport::Configure (Windows CE 5.0)

Send Feedback

This method allows the transport to display a dialog box that enables the user to input configuration information.

HRESULTConfigure(HWNDhWnd, IRemoteDevice* piDevice);

Parameters

  • hWnd
    [in] Handle to the parent window that is attached to the user interface (UI).
  • piDevice
    [in] Pointer to the IPMRemoteDevice interface. The transport should store its configuration data as a property within this interface.

Return Values

Returns S_OK if the call was successfully completed. If a failure occurs, the appropriate HRESULT value is returned.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Tl.h, Tl.idl.
Link Library: Tlcesrv.dll (ActiveSync Transport), Tlkitl.dll (KITL Transport), Tcpip.dll (TCP/IP Transport).

See Also

IPMRemoteDevice

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.