DataReader.ReadBuffer(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads a buffer from the input stream.
public:
virtual IBuffer ^ ReadBuffer(unsigned int length) = ReadBuffer;
IBuffer ReadBuffer(uint32_t const& length);
public IBuffer ReadBuffer(uint length);
function readBuffer(length)
Public Function ReadBuffer (length As UInteger) As IBuffer
Parameters
- length
-
UInt32
unsigned int
uint32_t
The length of the buffer, in bytes.
Returns
The buffer.
Implements
M:Windows.Storage.Streams.IDataReader.ReadBuffer(System.UInt32)
M:Windows.Storage.Streams.IDataReader.ReadBuffer(unsigned int)
M:Windows.Storage.Streams.IDataReader.ReadBuffer(uint32_t)