Jump to content

CATCHBUF

From EDM2
Revision as of 12:52, 2 April 2025 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Saved execution environment buffer.

typedef struct _CATCHBUF {
  ULONG     reserved[4];  /*  Save area. */
} CATCHBUF;

typedef   CATCHBUF   * PCATCHBUF ;

Fields

reserved[4] (ULONG)
Save area.