result = ExternalSync(player, minTime, maxTime);
D0 A0 D0 D1
BOOL ExternalSync(struct Player *, LONG, LONG);
Allows external applications to constrain conductor time between minTime and maxTime, with the restraint that time can never run backwards. Does nothing if the given player is not the current External Sync source.