CConnection::ReadBytes (Windows CE 5.0)
This method reads a packet from the connection stream.
LRESULTCConnection::ReadBytes(LPBYTEpData,DWORDdwSize,DWORD* pdwSizeRet)
Parameters
- pData
Bytes of data sent over the connection stream. - dwSize
Size of the packet sent over the connection stream. - pdwSizeRet
Pointer to the actual packet size that is returned.
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