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.
Contains dynamic exception handling continuation targets. The SetProcessDynamicEHContinuationTargets function uses this structure.
Syntax
typedef struct _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET {
ULONG_PTR TargetAddress;
ULONG_PTR Flags;
} PROCESS_DYNAMIC_EH_CONTINUATION_TARGET, *PPROCESS_DYNAMIC_EH_CONTINUATION_TARGET;
Members
TargetAddress
The address of a dynamic exception handling continuation target.
Flags
Flags that apply to the dynamic exception handling continuation target in TargetAddress.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 Build 20348 |
Minimum supported server | Windows 10 Build 20348 |
Header | winnt.h |