Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
This macro associates an exception handler Handler and HandlerData with a subsequent NESTED_ENTRY (ARM) or LEAF_ENTRY (ARM) routine.
EXCEPTION_HANDLER_DATAHandler, HandlerData
Parameters
- Handler
Name of the exception handler. - HandlerData
String associated with the exception handler.
Return Values
None.
Remarks
This association is in effect until compiler encounters a matching ENTRY_END (ARM) macro.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Kxarm.h.
See Also
NESTED_ENTRY (ARM) | LEAF_ENTRY (ARM) | ENTRY_END (ARM) | EXCEPTION_HANDLER (ARM)
Send Feedback on this topic to the authors