Changeset 184 for trunk/include/helpers/syssound.h
- Timestamp:
- Jul 5, 2002, 9:13:36 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/syssound.h
r113 r184 66 66 ********************************************************************/ 67 67 68 ULONG sndParseSoundData(P SZ pszSoundData,68 ULONG sndParseSoundData(PCSZ pszSoundData, 69 69 PSZ pszDescr, 70 70 PSZ pszFile, … … 83 83 BOOL sndWriteSoundData(HINI hiniMMPM, 84 84 USHORT usIndex, 85 P SZ pszDescr,86 P SZ pszFile,85 PCSZ pszDescr, 86 PCSZ pszFile, 87 87 ULONG ulVolume); 88 88 89 89 BOOL sndSetSystemSound(HAB hab, 90 90 USHORT usIndex, 91 P SZ pszDescr,92 P SZ pszFile,91 PCSZ pszDescr, 92 PCSZ pszFile, 93 93 ULONG ulVolume); 94 94 95 BOOL sndDoesSchemeExist(PSZ pszScheme); 95 BOOL sndDoesSchemeExist(PCSZ pszScheme, 96 PSZ *ppszRealScheme); 96 97 97 98 APIRET sndCreateSoundScheme(HINI hiniMMPM, 98 P SZ pszNewScheme);99 PCSZ pszNewScheme); 99 100 100 101 APIRET sndLoadSoundScheme(HINI hiniMMPM, 101 P SZ pszScheme);102 PCSZ pszScheme); 102 103 103 APIRET sndDestroySoundScheme(P SZ pszScheme);104 APIRET sndDestroySoundScheme(PCSZ pszScheme); 104 105 105 106 #endif
Note:
See TracChangeset
for help on using the changeset viewer.