Removes an entry from a process' object directory.
You remove entries from a directory using the UncatalogRtHandle system call.
BOOLEAN UncatalogRtHandle( RTHANDLE hProcess, // handle for RT process LPSTR lpszName // pointer to object name );
hProcess
lpszName
TRUE
FALSE
E_OK 0x0000
E_PARAM 0x8004
lpszName
contains a string with a length of 0 (zero) or greater than 12.
E_CONTEXT 0x0005
E_EXIST 0x0006
hProcess
.
E_TYPE 0x8002
hProcess
is not a process handle.
E_BAD_ADDR 0x800F
lpszName
is invalid.
E_INVALID_ADDRESS 0x00E2
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/rt/include/rtbase.h | rt.h | rt.lib |