Share via


IPacket::ReadString

Reads a string from the object and points the internal iterator to the next data object in the packet.

HRESULT ReadString([retval][out] LPWSTR *out_plpwcString)

Parameters

  • out_plpwcString
    The string read from the packet.

Return Value

An HRESULT value that indicates the outcome of the method call.

Example

In this example, the packet stream reads data from the RemoteAgent object on the desktop while connected. For the complete example, see IDeviceAgentTransport.

Managed Equivalent

IPacket..::.ReadString

Requirements

DeviceAgentTransport.h

See Also

Reference

IPacket