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
)
lpszSponsorName
locSponsor
Use UnregisterRtDependency to unregister a relationship with a sponsor on the local node. Use UnregisterRtDependencyEx to unregister a relationship with a sponsor process on a node identified by the locSponsor parameter.
TRUE
FALSE
| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 3.0 | intime/rt/include/rtdsm.h | rt.h | rt.lib |