The Notify method is called by the Server Engine to notify an exit module that an event has occurred.
[VB] void Notify(
long Event,
long Context
);
int Event,
int Context
);
[C++] HRESULT Notify(
LONG Event, // in
LONG Context // in
);
Name | Description |
---|---|
EXITEVENT_INVALID | Invalid event |
EXITEVENT_CERTISSUED | Certificate issued |
EXITEVENT_CERTPENDING | Certificate pending |
EXITEVENT_CERTDENIED | Certificate denied |
EXITEVENT_CERTREVOKED | Certificate revoked |
EXITEVENT_CERTRETRIEVEPENDING | Retrieval of pending certificate successful. |
EXITEVENT_CRLISSUED | CRL issued |
EXITEVENT_SHUTDOWN | Certificate Server shutdown |
This method does not return a value.
Windows NT: Requires version 5.0 or later (or version 4.0 with the Windows NT 4.0 Option Pack).
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in certexit.h.
Import Library: Use certidl.lib.