PEHeaders.GetContainingSectionIndex(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在 PE 映像區段中搜尋包含指定相對虛擬位址的區段。
public:
int GetContainingSectionIndex(int relativeVirtualAddress);
public int GetContainingSectionIndex (int relativeVirtualAddress);
member this.GetContainingSectionIndex : int -> int
Public Function GetContainingSectionIndex (relativeVirtualAddress As Integer) As Integer
參數
- relativeVirtualAddress
- Int32
要搜尋的相對虛擬位址。
傳回
包含 relativeVirtualAddress
的區段索引;如果搜尋失敗,則為 -1。