DkmFileTransferStream.WriteNext(Byte[]) Method

Definition

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.

Applies to