DdmWriter.WriteScalarPaddedBytes Method

Definition

Overloads

WriteScalarPaddedBytes(Byte[], Int32, Byte)
WriteScalarPaddedBytes(CodePoint, Byte[], Int32, Byte)

WriteScalarPaddedBytes(Byte[], Int32, Byte)

public:
 void WriteScalarPaddedBytes(cli::array <System::Byte> ^ buf, int paddedLength, System::Byte padByte);
public void WriteScalarPaddedBytes (byte[] buf, int paddedLength, byte padByte);
member this.WriteScalarPaddedBytes : byte[] * int * byte -> unit
Public Sub WriteScalarPaddedBytes (buf As Byte(), paddedLength As Integer, padByte As Byte)

Parameters

buf
Byte[]
paddedLength
Int32
padByte
Byte

Applies to

WriteScalarPaddedBytes(CodePoint, Byte[], Int32, Byte)

public:
 void WriteScalarPaddedBytes(Microsoft::HostIntegration::Drda::Common::CodePoint cp, cli::array <System::Byte> ^ buf, int paddedLength, System::Byte padByte);
public void WriteScalarPaddedBytes (Microsoft.HostIntegration.Drda.Common.CodePoint cp, byte[] buf, int paddedLength, byte padByte);
member this.WriteScalarPaddedBytes : Microsoft.HostIntegration.Drda.Common.CodePoint * byte[] * int * byte -> unit
Public Sub WriteScalarPaddedBytes (cp As CodePoint, buf As Byte(), paddedLength As Integer, padByte As Byte)

Parameters

buf
Byte[]
paddedLength
Int32
padByte
Byte

Applies to