CATCHBUF: Difference between revisions
Appearance
Created page with "Saved execution environment buffer. typedef struct _CATCHBUF { ULONG reserved[4]; →Save area.: } CATCHBUF; typedef CATCHBUF * PCATCHBUF ; ==Fields== ; r..." |
(No difference)
|
Revision as of 18:51, 25 May 2024
Saved execution environment buffer.
typedef struct _CATCHBUF { ULONG reserved[4]; /* Save area. */ } CATCHBUF;
typedef CATCHBUF * PCATCHBUF ;
Fields
- reserved[4] (ULONG)
- Save area.