Share via


IPacket::get_Count

Gets the total number of data objects in the packet.

HRESULT get_Count([retval][out] LONG *out_pCount)

Parameters

  • out_pCount
    The total number of data objects in the packet.

Return Value

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

Managed Equivalent

IPacket..::.Count

Requirements

DeviceAgentTransport.h

See Also

Reference

IPacket