INtime SDK Help
ntxUncatalogNtxHandle(INtimeDotNet)
INtime SDK v6 > About INtime > Alternate APIs > INtimeDotNet > ntxUncatalogNtxHandle(INtimeDotNet)

Removes an entry from a process' object directory.

Visual Basic:

Sub ntxUncatalogNtxHandle(
  ByVal hProcess As Integer,
  ByVal hObject As Integer,
  ByVal lpszName As String)

Visual C#:

void ntxUncatalogNtxHandle (
  Int32 hProcess,
  Int32 hObject,
  String lpszName);

Parameters

hProcess
Handle for an RT process.
hObject
Handle for the object to uncatalog.
lpszName
A string that contains the name of an object in the given process' directory.

Status

E_PARAM
lpszName contains a string with a length of 0 (zero) or greater than 12.
E_CONTEXT
The specified object directory does not contain an entry with the designated name.
E_EXIST
You used an invalid value for hRtProcess.
E_TYPE
hProcess does not contain a process handle.

Requirements

Versions Reference
INtime 3.0 INtimeDotNet

See Also

INtimeDotNet system calls, Object directory system calls