Share via


IPacket::Reset

Resets the packet's internal iterator to point to the first data object in the packet. The next read operation reads the first data object in the packet.

HRESULT Reset( void)

Return Value

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

Managed Equivalent

IPacket..::.Reset

Requirements

DeviceAgentTransport.h

See Also

Reference

IPacket