ExtRemoteTypedList 類別 (engextcpp.hpp)
ExtRemoteTypedList 類別會擴充 ExtRemoteList 類別。 ExtRemoteTypedList 類別會新增類型資訊,允許清單中的每個專案以 ExtRemoteTyped 類別的實例來表示。
ExtRemoteTypedList 類別包含下列建構函式和方法:
class ExtRemoteTypedList : public ExtRemoteList
{
public:
PCSTR m_Type;
ULONG64 m_TypeModBase;
ULONG m_TypeId;
};
- m_Type
- 清單專案的型別名稱。 類型 可以包含模組限定符 (例如 mymodule!mytype) 。 如果 m_TypeId 不是零,則不會使用 Type 。
- m_TypeModBase
- 目標記憶體中包含 m_TypeId所指定類型之模組基位址中的位置。 如果 m_TypeId 為零,則不會使用 m_TypeModBase 。
- m_TypeId
- 型別的型別標識碼,相對於 m_TypeModBase所指定的模組。 如果 m_TypeId 為零, m_Type 會用來指定清單項目的類型。
繼承
ExtRemoteTypedList 類別會實作 ExtRemoteList。
方法
ExtRemoteTypedList 類別具有這些方法。
ExtRemoteTypedList::ExtRemoteTypedList ExtRemoteTypedList (ExtRemoteData&,PCSTR,PCSTR,ULONG64,ULONG,PULONG64,bool) 建構函式會建立一個實例來包裝具類型的 singly 或 doubly 鏈接清單。 |
ExtRemoteTypedList::ExtRemoteTypedList ExtRemoteTypedList (ULONG64,PCSTR,PCSTR,ULONG64,ULONG,PULONG64,bool) 建構函式會建立一個實例,以包裝具類型的已連結或多任務連結清單。 |
ExtRemoteTypedList::GetTypedNode GetTypedNode 方法會傳回目前的清單專案。 |
ExtRemoteTypedList::GetTypedNodePtr GetTypedNodePtr 方法會傳回目前清單專案的指標。 |
ExtRemoteTypedList::SetTypeAndLink SetTypeAndLink 方法會設定具型別清單的類型資訊。 |
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | engextcpp.hpp (包含 Engextcpp.hpp) |
另請參閱
ExtRemoteTypedList::ExtRemoteTypedList (ExtRemoteData)