Share via


IPacket::IsEndOfPacket

Checks if the internal iterator has reached the end of the packet.

HRESULT IsEndOfPacket([retval][out] VARIANT_BOOL *pbEndOfPacket)

Parameters

  • pbEndOfPacket
    true if end of packet has been reached; false if there are still packets left.

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..::.IsEndOfPacket

Requirements

DeviceAgentTransport.h

See Also

Reference

IPacket