Removes an entry from a process' object directory.
You remove entries from a directory using the UncatalogRtHandle system call.
BOOLEAN UncatalogRtHandleLong(
RTHANDLE hProcess, // handle for RT process
LPSTR lpszName // pointer to long object name
);
hProcesslpszNameTRUEFALSEE_OK 0x0000E_PARAM 0x8004lpszName contains a string with a length of 0 (zero) or greater than 12.E_CONTEXT 0x0005E_EXIST 0x0006hProcess.E_TYPE 0x8002hProcess is not a process handle.E_BAD_ADDR 0x800FlpszName is invalid.E_INVALID_ADDRESS 0x00E2| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 7.1 | intime/rt/include/rtbase.h | rt.h | rt.lib |