Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 654 Bytes

idatawriter_writebuffer_210574036.md

File metadata and controls

30 lines (21 loc) · 654 Bytes
-api-id -api-type
M:Windows.Storage.Streams.IDataWriter.WriteBuffer(Windows.Storage.Streams.IBuffer,System.UInt32,System.UInt32)
winrt method

Windows.Storage.Streams.IDataWriter.WriteBuffer

-description

Writes a range of bytes from a buffer to the output stream.

-parameters

-param buffer

The buffer.

-param start

The starting byte tobe written.

-param count

The number of bytes to write.

-remarks

-examples

-see-also

WriteBuffer(IBuffer)