CTransport::Init (Windows CE 5.0)
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
Send Feedback on this topic to the authors