Ignore:
Timestamp:
Oct 2, 2023, 11:34:35 PM (23 months ago)
Author:
gyoung
Message:

Remaining changes from merge with Lars 2.9 branch

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • 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
    18
    29/*
     
    664671 * The prototype for cwaudio_cwmmSetTrackInfo was replaced by the following prototype:
    665672 */
     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 */
    666684SOM_Scope BOOL  SOMLINK cwaudio_cwmmSetTrackInfo(MMAudio *somSelf,
    667685                                                 char* chrString,
    668686                                                 ULONG ulValue,
    669                                                  int iWhich)
     687                                                 ULONG iWhich)
    670688{
    671689  ULONG ulError;
     
    939957/* successful completion.                                */
    940958/*!!******************************************************/
     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 */
    941970SOM_Scope ULONG  SOMLINK cwaudio_cwmmQueryTrackInfo(MMAudio *somSelf,
    942971                                                    PSZ chrString,
    943972                                                    ULONG ulSize,
    944                                                     int iWhich)
     973                                                    ULONG iWhich)
    945974{
    946975  MMAudioData *somThis = MMAudioGetData(somSelf);
Note: See TracChangeset for help on using the changeset viewer.