KMD_Mailbox
KMD_Mailbox
kmd
1998 12-06
CLASS
KMD_Mailbox - A keymaster supported mailbox object
SYNOPSIS
The mailbox object is used to receive information from the keymaster based
on keymaster detectable events.
Currently, the only implemented event is the death of a keymaster registered
process.
PARENTS
CONSTRUCTOR
KMD_Mailbox(MAIL_TYPE a_mail_type)
Construct a mailbox to receive information for the event type specified by
a_mail_type.
The support types are:
| MB_PROCESS_DEATH |
when keymaster registered process dies
|
| MB_NONE |
no information
|
MEMBER FUNCTIONS
MAIL_TYPE ReadMessage()
Get a message from keymaster.
uint32 DeadProcessPid()
Get the process id for a the dead process.