Root > Reference > All Functions > IsStackFramesProc

Function IsStackFramesProc

Previous pageReturn to chapter overviewNext page   

Determines whether the specified function has a stack frame.

 

Unit

ELowLevel

 

Syntax

 

Code (Delphi)

function IsStackFramesProc(

const AAddr: Pointer

): Boolean;

 

Parameters

AAddr [in]

A pointer to function.

 

Return value

If specified function has a stack frame, the return value is True.

 

If specified function doesn't have a stack frame, the return value is False.

 

Remarks

 

Note

Make sure that you pass a pointer to a real function. Not to some arbitrary code or function's stub.

 

Use to get pointer to real code from stub.

 

Warning

This is heuristic function.

 

See also




Send feedback... Build date: 2023-09-11
Last edited: 2023-09-11
PRIVACY STATEMENT
The documentation team uses the feedback submitted to improve the EurekaLog documentation. We do not use your e-mail address for any other purpose. We will remove your e-mail address from our system after the issue you are reporting has been resolved. While we are working to resolve this issue, we may send you an e-mail message to request more information about your feedback. After the issues have been addressed, we may send you an email message to let you know that your feedback has been addressed.


Permanent link to this article: https://www.eurekalog.com/help/eurekalog/topic_function_elowlevel_isstackframesproc.php