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

Removes the dependency relationship between the calling process and the specified sponsor.

This function removes the dependency relationship from the database between the Windows Process and the RT Sponsor registered with the given name.

Visual Basic:

Sub ntxUnregisterDependency(
  ByVal lpszSponsorName As String)

Visual C#:

void ntxUnregisterDependency (
  String lpszSponsorName);

Parameters

lpszSponsorName
Name of the sponsor involved in the dependency relationship to be removed.

Status

E_UNREGISTERED
The specified sponsor does not exist or no dependency relationship has been established with the specified sponsor.
E_NTX_INTERNAL_ERROR
The DLL could not contact the RT kernel to complete the request.

Requirements

Versions Reference
INtime 3.0 INtimeDotNet

See Also

INtimeDotNet system calls, Distributed systems manager calls