IDebugHostFunctionIntrospection3::IsNoReturnFunction method (dbgmodel.h)
The IsNoReturnFunction method determines if the function is a non-returning function.
Syntax
HRESULT IsNoReturnFunction(
bool *pIsNoReturnFunction
);
Parameters
pIsNoReturnFunction
A pointer to a boolean variable that receives the flagged value from the method. The result will be true if the function is a non-returning function, and false otherwise.
Return value
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |