00001 /************************************************************************ 00002 * @doc 00003 * $Workfile: MacSound.h $ 00004 * Copyright (c) 1995 - 1997 CoreTek, Inc. 00005 * This work is protected by United States and international copyright laws 00006 * and contains certain trade secret information. All use of this work is 00007 * governed by the terms of agreements between CoreTek Corporation and its 00008 * licensees or potential licensees. Disclosure or disassembly of the 00009 * contents of embodied programs or algorithms is prohibited. 00010 * All rights reserved. 00011 * Description: 00012 * $Revision: 2 $ $Author: Yury $ $Date: 4/28/97 4:37p $ 00013 ************************************************************************/ 00014 #ifndef __OS9SOUND_H 00015 #define __OS9SOUND_H 00016 00017 00018 #ifdef _OS9 00019 BOOL XMAC_API cpxPlaySound(LPCSTR pszSound, HMODULE hmod, DWORD fdwSound); 00020 BOOL XMAC_API cpxPlaySound(LPCSTR pszSound, HMODULE hmod, DWORD fdwSound, DWORD start, DWORD end); 00021 #else 00022 #define cpxPlaySound PlaySound 00023 #endif 00024 00025 00026 00027 00028 00029 #endif//__OS9SOUND_H
Generated on Thu Oct 27 11:46:44 2005 with
1.4.5 written by Dimitri van Heesch,
© 1997-2001