IBuffer interface

2 out of 36 rated this helpful - Rate this topic

Represents a referenced array of bytes used by byte stream read and write interfaces. Buffer is the class implementation of this interface.

Syntax


public interface IBuffer

Attributes

GuidAttribute("905a0fe0-bc53-11df-8c49-001e4fc686da")
VersionAttribute(NTDDI_WIN8)

Members

The IBuffer interface has these types of members:

Properties

The IBuffer interface has these properties.

PropertyAccess typeDescription

Capacity

Read-onlyGets the maximum number of bytes that the buffer can hold.

Length

Read/writeGets the number of bytes currently in use in the buffer.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows.Storage.Streams
Windows::Storage::Streams [C++]

Metadata

Windows.winmd

See also

Buffer class

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.