Share via


IDebugPointerObject.GetBytes(UInt32, UInt32, Byte[], UInt32) Method

Definition

public:
 int GetBytes(System::UInt32 dwStart, System::UInt32 dwCount, cli::array <System::Byte> ^ pBytes, [Runtime::InteropServices::Out] System::UInt32 % pdwBytes);
public int GetBytes(uint dwStart, uint dwCount, byte[] pBytes, out uint pdwBytes);
abstract member GetBytes : uint32 * uint32 * byte[] * uint32 -> int
Public Function GetBytes (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

Applies to