DdmWriter.WriteScalarPaddedBytes 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.
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
- cp
- CodePoint
- buf
- Byte[]
- paddedLength
- Int32
- padByte
- Byte