Changeset 104 for trunk/classes/c/c_audio/cwaudio.c
- Timestamp:
- Oct 2, 2023, 11:34:35 PM (23 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to
/branches/v2.9 merged eligible /branches/v2.9_Lars merged eligible
-
Property svn:mergeinfo
set to
-
trunk/classes/c/c_audio/cwaudio.c
r93 r104 1 2 /* 3 * This file was generated by the SOM Compiler. 4 * Generated using: 5 * SOM incremental update: 2.47 6 */ 7 1 8 2 9 /* … … 664 671 * The prototype for cwaudio_cwmmSetTrackInfo was replaced by the following prototype: 665 672 */ 673 674 /* 675 * SOM_Scope BOOL SOMLINK cwaudio_cwmmSetTrackInfo(MMAudio *somSelf, 676 * char* chrString, 677 * ULONG ulValue, 678 * int iWhich) 679 */ 680 681 /* 682 * The prototype for cwaudio_cwmmSetTrackInfo was replaced by the following prototype: 683 */ 666 684 SOM_Scope BOOL SOMLINK cwaudio_cwmmSetTrackInfo(MMAudio *somSelf, 667 685 char* chrString, 668 686 ULONG ulValue, 669 intiWhich)687 ULONG iWhich) 670 688 { 671 689 ULONG ulError; … … 939 957 /* successful completion. */ 940 958 /*!!******************************************************/ 959 960 /* 961 * SOM_Scope ULONG SOMLINK cwaudio_cwmmQueryTrackInfo(MMAudio *somSelf, 962 * PSZ chrString, 963 * ULONG ulSize, 964 * int iWhich) 965 */ 966 967 /* 968 * The prototype for cwaudio_cwmmQueryTrackInfo was replaced by the following prototype: 969 */ 941 970 SOM_Scope ULONG SOMLINK cwaudio_cwmmQueryTrackInfo(MMAudio *somSelf, 942 971 PSZ chrString, 943 972 ULONG ulSize, 944 intiWhich)973 ULONG iWhich) 945 974 { 946 975 MMAudioData *somThis = MMAudioGetData(somSelf);
Note:
See TracChangeset
for help on using the changeset viewer.