DkmFileTransferStream.WriteNext(Byte[]) 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.
Writes the next set of bytes to the remote file. This API will fail if WriteFirst has not already been called on the DkmFileTransferStream.
public:
void WriteNext(cli::array <System::Byte> ^ Content);
public:
void WriteNext(Platform::Array <byte> ^ Content);
void WriteNext(std::Array <byte> const & Content);
public void WriteNext (byte[] Content);
member this.WriteNext : byte[] -> unit
Public Sub WriteNext (Content As Byte())
Parameters
- Content
- Byte[]
[In] The next set of bytes to write to the file.