home *** CD-ROM | disk | FTP | other *** search
- typedef
- {
- WORD wSampleSize
- WORD wFrequency
- WORD wVolume
- WORD wShift
- char junk[24];
- } SND32_HDR;
-
- typedef
- {
- char szMagic[6] = { "SOUND", 0x1a };
- GLOBALHANDLE hGSound; /* not used */
- DWORD dwBytes; /* length of complete sample */
- DWORD dwStart; /* first byte to play from sample */
- DWORD dwStop; /* first byte NOT to play from
- WORD wFreq; /* frequency in Hz */
- WORD wSampleSize; /* see DSOUND.DLL from Aaron
- WORD wVolume; /* 0...100 */
- WORD wShift; /* see DSOUND.DLL from Aaron
- char szName[96]; /* name of sound, ANSIZ */
- } SND126_HDR;
-
-