Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Raises an exception.
Syntax
NTSYSAPI VOID RtlRaiseException(
[in] PEXCEPTION_RECORD ExceptionRecord
);
Parameters
[in] ExceptionRecord
Address of an EXCEPTION_RECORD structure that describes the exception, and the parameters of the exception, that is raised. Raising a software exception captures the machine state of the current thread in a context record. The ExceptionAddress member of the exception record is set to the caller's return address.
Return value
This function does not return a value.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | rtlsupportapi.h |
| Library | ntdll.lib |
| DLL | ntdll.dll |