This structure is used in the SpiEnableSync call to identify the slave streams for the synchronization group. It contains an array of slave stream handles and start times for each slave.
typedef struct _SLAVE { HSTREAM hstreamSlave; /* Stream handle for slave stream. */ MMTIME mmtimeStart; /* Start time. */ } SLAVE; typedef SLAVE FAR * PSLAVE ;