IDebugPointerObject3.GetBytes(UInt32, UInt32, Byte[], UInt32) 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.
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