Skip to main content

drwrap_wrap_flags_t_DRWRAP_UNWIND_ON_EXCEPTION

Constant drwrap_wrap_flags_t_DRWRAP_UNWIND_ON_EXCEPTION 

Source
pub const drwrap_wrap_flags_t_DRWRAP_UNWIND_ON_EXCEPTION: drwrap_wrap_flags_t = 1;
Expand description

When a Windows exception occurs, all post-call callbacks for all live wrapped functions on the wrap stack for which this flag is set are called. If this flag is not set (the default), each post-call callback will still be called if drwrap’s heuristics later detect that that particular callback has been bypassed, but those heuristics are not guaranteed.