Jump to content

CATCHBUF

From EDM2

Saved execution environment buffer.

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

typedef   CATCHBUF   * PCATCHBUF ;

Fields

reserved[4] (ULONG)
Save area.