Share via


IDebugPointerObject3.SetBytes(UInt32, UInt32, Byte[], UInt32) Method

Definition

public:
 int SetBytes(System::UInt32 dwStart, System::UInt32 dwCount, cli::array <System::Byte> ^ pBytes, [Runtime::InteropServices::Out] System::UInt32 % pdwBytes);
public int SetBytes(uint dwStart, uint dwCount, byte[] pBytes, out uint pdwBytes);
abstract member SetBytes : uint32 * uint32 * byte[] * uint32 -> int
Public Function SetBytes (dwStart As UInteger, dwCount As UInteger, pBytes As Byte(), ByRef pdwBytes As UInteger) As Integer

Parameters

dwStart
UInt32
dwCount
UInt32
pBytes
Byte[]
pdwBytes
UInt32

Returns

Implements

Applies to