Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the specified address is within an inline frame.
Syntax
DWORD IMAGEAPI SymAddrIncludeInlineTrace(
[in] HANDLE hProcess,
[in] DWORD64 Address
);
Parameters
[in] hProcess
A handle to a process. This handle must have been previously passed to the SymInitialize function.
[in] Address
The address.
Return value
Returns zero if the address is not within an inline frame.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | dbghelp.h |
| Library | DbgHelp.lib |
| DLL | DbgHelp.dll |
| Redistributable | DbgHelp.dll 6.2 or later |