Deletes an mailbox.
NTXSTATUS ntxDeleteRtMailbox(
NTXHANDLE hMailbox
);
Parameters
hMailbox
- Handle for the mailbox to be deleted.
Return Values
E_OK
- Success
- The status code.
- Failure
Status
E_OK 0x0000
- No exceptional conditions occurred.
E_EXIST 0x0006
- One of these conditions exist:
- hMailbox contains an invalid handle.
- hMailbox represents a mailbox for a process being deleted.
E_TYPE 0x8002
- hMailbox does not contain an RT handle for a mailbox.
Requirements
Versions |
Defined in |
Include |
Link to |
INtime 3.0 |
intime/nt/include/ntx.h |
ntx.h |
ntx.lib |
INtime 4.01 (for 64-bit Windows) |
intime/nt/include/ntx.h |
ntx.h |
ntx64.lib |
See Also