ITransport::Accept (Windows CE 5.0)
This method establishes a connection with the device each time a stream is created. A remote utility calls this method.
HRESULTAccept(ITransportConnection** ppiTransportConnection);
Parameters
- ppiTransportConnection
[out] Pointer to a pointer to the ITransportConnection interface.
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
Send Feedback on this topic to the authors