[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


   NAME
	FindConductor -- find a conductor by name. (V37)

   SYNOPSIS
	conductor = FindConductor(name);
	D0			  A0

	struct Conductor *FindConductor(STRPTR);

   FUNCTION
	Returns the conductor with the given name or NULL if not found.

	The conductor list must be locked before calling this function. This
	is done by calling LockRealTime(RT_CONDUCTORS).

   INPUTS
	name - name of conductor to find.

   RESULTS
	conductor - pointer to a Conductor structure, or NULL if not found.

   SEE ALSO
	NextConductor(), LockRealTime(), UnlockRealTime()


[Back to Amiga Developer Docs]