Metropoli BBS
VIEWER: audio.h MODE: TEXT (ASCII)
/***************************************************************************
 *
 * File name   :  audio.h
 *
 *  Copyright (C) 1996 IBM Corporation
 *
 *      DISCLAIMER OF WARRANTIES.  The following [enclosed] code is
 *      sample code created by IBM Corporation. This sample code is not
 *      part of any standard or IBM product and is provided to you solely
 *      for  the purpose of assisting you in the development of your
 *      applications.  The code is provided "AS IS", without
 *      warranty of any kind.  IBM shall not be liable for any damages
 *      arising out of your use of the sample code, even if they have been
 *      advised of the possibility of such damages.                            
 *
 ***************************************************************************/

#define CLIENTCANVASID 1006
#define REMOTECANVASID 1007
#define WINDOWID       1020
#define AUDIO_ID       1038

#define VOLUPID             6002
#define VOLDNID             6003
#define PLAYSTOPID          6004

#define PLAYBITMAPID        7000
#define STOPBITMAPID        7001

//**********************************************************************
//  ID for readout (status line) and fly over help                     *
//**********************************************************************

#define FLYTEXTID      1301

#define MARGIN              5

[ RETURN TO DIRECTORY ]