INtime SDK Help
UnregisterRtDependency, UnregisterRtDependencyEx
INtime SDK v6 > About INtime > INtime Kernel > Distributed Systems Manager > UnregisterRtDependency, UnregisterRtDependencyEx

Removes the dependency relationship from the database between the dependent RT process and the sponsor process registered with the given name.

BOOLEAN UnregisterRtDependency(
    LPSTR lpszSponsorName
);
        
BOOLEAN UnregisterRtDependencyEx(
    LPSTR lpszSponsorName,
        LOCATION locSponsor
)

Parameters

lpszSponsorName
A zero-terminated string containing the name of the sponsor you want to unregister.
locSponsor
The location of the node where the sponsor process is resident.

Remarks

Use UnregisterRtDependency to unregister a relationship with a sponsor on WIndows. Use UnregisterRtDependencyEx to unregister a relationship with a sponsor process on an INtime node identified by the locSponsor parameter.

Return Values

TRUE
Success.
FALSE
Failure. To determine the status, call GetLastRtError.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/rtdsm.h rt.h rt.lib
   
See Also