次の方法で共有


CTransport::Init (Windows CE 5.0)

Send Feedback

This method initializes the device-side part of the transport.

BOOL CTransport::Init(BYTE* pBuffer, DWORD dwSize)

Parameters

  • pBuffer
    Pointer to the data buffer that was retrieved on the desktop side by a call to the ITransport::GetConnectionInfo method.
  • dwSize
    Size of the data retrieved.

Return Values

TRUE indicates success; FALSE indicates failure.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Trans.h.

See Also

ITransport::GetConnectionInfo

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.