IBuffer::Length property
Gets the number of bytes currently in use in the buffer.
This property is read-only.
Syntax
HRESULT get_Length(
[out] UINT32 *value
);
Property value
The number of bytes currently in use in the buffer.
Remarks
The Length property must be less than or equal to Capacity.
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Header |
Robytestream.h |
IDL |
Robytestream.idl |