IDebugPointerObject3.SetBytes(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 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