INtime SDK Help
ntxRegisterSponsor(INtimeDotNet)
INtime SDK v6 > About INtime > Alternate APIs > INtimeDotNet > ntxRegisterSponsor(INtimeDotNet)

Registers the calling process as a Sponsor with the given name.

This function allows the Windows Process to register as a sponsor under the given name, which allows other processes to register as dependent on this process.

Visual Basic:

Sub ntxRegisterSponsor(
  ByVal lpszSponsorName As String)

Visual C#:

void ntxRegisterSponsor (
  String lpszSponsorName);

Parameters

lpszSponsorName
Name by which the sponsor is registered and accessed by dependents.

Status

E_NAME_ALREADY_USED
The specified sponsor name is already in use.
E_NTX_INTERNAL_ERROR
The DLL could not contact the RT kernel to complete the request.

Requirements

Versions Reference
INtime 3.0 INtimeDotNet

See Also

INtimeDotNet system calls, Distributed systems manager calls