Looks up the name in the sponsor list and creates a dependency relationship to that sponsor process. The sponsor process is resident on the node identified by the parameter locSponsor.
BOOLEAN RegisterRtDependency( LPSTR lpszSponsorName, DWORD dwMilliseconds );
BOOLEAN RegisterRtDependencyEx( LPSTR lpszSponsorName, LOCATION locSponsor, DWORD dwMilliseconds );
lpszSponsorName
locSponsor
dwMilliseconds
Use RegisterRtDependency to register with a sponsor on the local node. Use RegisterRtDependencyEx to register with a sponsor on a specified node using the location parameter to identify the node where the sponsor is present. Call FindRtSponsor to find the location of a sponsor process of a given name.
TRUE
FALSE
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/rt/include/rtdsm.h | rt.h | rt.lib |