The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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 |
|
|
IDL |
|
See also
Show: