Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |