This structure is used in the SpiDetermineSyncMaster call to identify the master streams to be used as the master stream of a synchronized group.
typedef struct _MASTER {
HSTREAM hstreamMaster; /* Master stream handler. */
} MASTER;
typedef MASTER FAR * PMASTER ;