หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Returns a frame by virtual address (VA).
Syntax
HRESULT frameByVA(
ULONGLONG virtualAddress,
IDiaFrameData** frame
);
Parameters
virtualAddress
[in] VA of the frame of interest.
frame
[out] Returns an IDiaFrameData object that represents the frame that contains the address provided.
Return Value
If successful, returns S_OK. Returns S_FALSE if no frame data matches the specified address. Otherwise, returns an error code.