DataWriter.WriteBuffer(IBuffer, UInt32, UInt32) | writeBuffer(IBuffer, UInt32, UInt32) method
Writes the specified bytes from a buffer to the output stream.
Syntax
public void WriteBuffer( IBuffer buffer, uint start, uint count )
Parameters
- buffer
-
Type: IBuffer
The buffer.
- start
-
Type: Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++]
The starting byte.
- count
-
Type: Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++]
The number of bytes to write.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 2/25/2013
