EMRECORD
| |
#include <extmgr.h> Data structure passed to EMHANDLER callback functions. C definition
typedef struct { EID EId; /* identifier */ WORD NotificationType; /* EM_BEFORE or EM_AFTER */ STATUS Status; /* core error code */ VARARG_PTR Ap; /* ptr to args */ } EMRECORD;
LotusScript Definition(s) Warning: Item uses callback(s) or is used by a callback; from LotusScript may be used in a limited way or may not be usable all.
|