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