Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 378 Bytes

dot_safeseh.md

File metadata and controls

11 lines (6 loc) · 378 Bytes

Asmc Macro Assembler Reference

.SAFESEH

.SAFESEH identifier

Registers a function as a structured exception handler. identifier must be the ID for a locally defined PROC or EXTRN PROC. A LABEL is not allowed. The .SAFESEH directive requires the /safeseh Asmc.exe command-line option. See /SAFESEH for more information.

See Also

Directives Reference