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.
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 |