Microsoft KB Archive/11926

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 19:14, 12 August 2020 by X010 (talk | contribs) (X010 moved page Microsoft KB Archive/Q11926 to Microsoft KB Archive/11926 without leaving a redirect: Text replacement - "Microsoft KB Archive/Q" to "Microsoft KB Archive/")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

INF: Information About Windows Catch and Throw Functions ID Number: Q11926

2.00 2.03 2.10 3.00 WINDOWS

Summary:

The following information describes what the Windows functions Catch and Throw do.

Catch and Throw are analogous to the C functions setjmp() and longjmp(). They are used to save or restore the current environment (including the state of all system registers and the instruction counter) for Windows.