IBuffer interface

Expand
0 out of 17 rated this helpful - Rate this topic

IBuffer interface

[This documentation is preliminary and is subject to change.]

Represents a referenced array of bytes used by byte stream read and write interfaces.

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 Release Preview

Minimum supported server

Windows Server 2012

Namespace

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

Metadata

Windows.winmd

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD
How to actuall get byte data from an IBuffer???
Is there any way to actually get binary data from an IBuffer?
5/10/2012