Share via


IPacket::ReadBool

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

HRESULT ReadBool([retval][out] VARIANT_BOOL *out_pVarBoolValue)

Parameters

  • out_pVarBoolValue
    The Boolean value 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..::.ReadBool

Requirements

DeviceAgentTransport.h

See Also

Reference

IPacket