הערה
גישה לעמוד זה דורשת אישור. אתה יכול לנסות להיכנס או לשנות תיקיות.
גישה לעמוד זה דורשת אישור. אתה יכול לנסות לשנות מדריכים.
Retrieves the section offset of the exception handler of this function.
Syntax
HRESULT get_exceptionHandlerAddressOffset (
DWORD* pRetVal
);
Parameters
pRetVal
[out] Returns the section offset of this function's exception handler.
Return Value
If successful, returns S_OK; otherwise, returns S_FALSE or an error code.
Note
A return value of S_FALSE means that the property is not available for the symbol.
Remarks
For machines that do not use .pdata and .xdata for exception and unwind information (currently only x86), this method can be used to retrieve the address of the per-function exception information.