a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 realtime.library
  CreatePlayer
  DeletePlayer
  ExternalSync
  FindConductor
  GetPlayerAttrsA
  LockRealTime
  NextConductor
  SetConductorState
  SetPlayerAttrs
  UnlockRealTime
Include
GuruMeditation
Docs » Autodocs » realtime.library » NextConductor

NAME

	NextConductor -- return the next conductor on realtime.library's
conductor list. (V37)

SYNOPSIS

	conductor = NextConductor(previousConductor);
D0 A0
struct Conductor *NextConductor(struct Conductor *);

FUNCTION

	Returns the next conductor on realtime.library's conductor list. If
previousConductor is NULL, returns the first conductor in the list.
Returns NULL if no more conductors.
The conductor list must be locked before calling this function. This
is done by calling LockRealTime(RT_CONDUCTORS).

INPUTS

	previousConductor - previous conductor or NULL to get first conductor.

RESULT

	conductor - next conductor on the list, or NULL if no more.

SEE ALSO

FindConductor(), LockRealTime(), UnlockRealTime()

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Scoopex

SCX
AFL
TRSI
CSL

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se