Removes an entry from a process' object directory.
NTXSTATUS ntxUncatalogNtxHandle( 
    NTXHANDLE hRtProcess, 
    NTXHANDLE hObject, 
    LPSTR lpszName
);
hRtProcess 
hObject 
lpszName 
E_OK 
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 
hRtProcess. 
E_TYPE 0x8002 
hRtProcess does not contain a process handle. 
E_BAD_ADDR 0x800F 
lpszName is invalid. | 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 |