次の方法で共有


CConnection::WriteBytes (Windows CE 5.0)

Send Feedback

This method sends a specified packet over the connection stream.

LRESULT CConnection::WriteBytes(LPBYTEpData, DWORDdwSize )

Parameters

  • pData
    Bytes of data sent over the connection stream.
  • dwSize
    Size of the packet sent over the connection stream.

Return Values

ERROR_SUCCESS indicates success. A nonzero error code indicates failure.

Requirements

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.