Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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) |