ICLRDataTarget::WriteVirtual Method
Writes data from the specified buffer to the specified virtual memory address.
Syntax
HRESULT WriteVirtual (
[in] CLRDATA_ADDRESS address,
[in, size_is(bytesRequested)]
BYTE *buffer,
[in] ULONG32 bytesRequested,
[out] ULONG32 *bytesWritten
);
Parameters
address
[in] A CLRDATA_ADDRESS that stores the virtual memory address.
buffer
[in] A pointer to a buffer that stores the data to be written.
bytesRequested
[in] The number of bytes to be written.
bytesWritten
[out] A pointer to the actual number of bytes that were written.
Requirements
Platforms: See System Requirements.
Header: ClrData.idl, ClrData.h
Library: CorGuids.lib
.NET Framework Versions: Available since 2.0
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.