[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
[このトピックはプレリリース版のため将来変更される可能性があります。また、プレースホルダとしてブランクのトピックが含まれています。]
Reads memory from image.
HRESULT readMemory (
ULONGLONG va,
DWORD cbData,
DWORD* pcbData,
BYTE data[]
);
Parameters
va
[in] Virtual address ___location in image to begin reading.cbData
[in] Size of the data buffer, in bytes.pcbData
[out] Returns the number of bytes returned. If data is NULL, then pcbData contains the total number of bytes of data available.data
[out] A buffer that is to be filled in with data from the specified ___location.
Return Value
If successful, returns S_OK; otherwise, returns an error code.