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

Allows the RT process to register as a sponsor under the given name. This allows the functionality of the RT process to be accessed by Windows processes.

BOOLEAN RegisterRtSponsor(
    LPSTR lpszSponsorName 
);

Parameters

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

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