Partager via


ITransport::Accept (Windows CE 5.0)

Send Feedback

This method establishes a connection with the device each time a stream is created. A remote utility calls this method.

HRESULTAccept(ITransportConnection** ppiTransportConnection);

Parameters

Return Values

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

Remarks

If successful, this method passes a pointer to the ITransportConnection interface to Platform Manager.

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

ITransportConnection

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.