INtime SDK Help
UnregisterRtSponsor
INtime SDK v6 > About INtime > INtime Kernel > Distributed Systems Manager > UnregisterRtSponsor

Removes the RT process registered as a sponsor from the database.

BOOLEAN UnregisterRtSponsor(
    LPSTR lpszSponsorName 
)

Parameters

lpszSponsorName
A zero-terminated string containing the name of the sponsor you want to unregister.

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