Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
The Set method sets the region of the target's memory represented by the ExtRemoteData object.
Syntax
void Set(
[in] const DEBUG_TYPED_DATA *Typed
);
Parameters
[in] Typed
Specifies the region of memory by using a DEBUG_TYPED_DATA structure.
Return value
None
Remarks
The Set method will read the contents of the specified region of memory and cache the data. The data can be retrieved using ExtRemoteData::GetData or one of the ExtRemoteTyped::GetXxx methods.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | engextcpp.hpp (include Engextcpp.hpp) |