Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |