Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygends_audio.c
Go to the documentation of this file.
00001 /* 00002 * Copyright 2000 Corel Corporation 00003 * 00004 * This library is free software; you can redistribute it and/or 00005 * modify it under the terms of the GNU Lesser General Public 00006 * License as published by the Free Software Foundation; either 00007 * version 2.1 of the License, or (at your option) any later version. 00008 * 00009 * This library is distributed in the hope that it will be useful, 00010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00012 * Lesser General Public License for more details. 00013 * 00014 * You should have received a copy of the GNU Lesser General Public 00015 * License along with this library; if not, write to the Free Software 00016 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 00017 */ 00018 00019 #include "twain.h" 00020 #include "twain_i.h" 00021 #include "wine/debug.h" 00022 00023 WINE_DEFAULT_DEBUG_CHANNEL(twain); 00024 00025 /* DG_AUDIO/DAT_AUDIOFILEXFER/MSG_GET */ 00026 TW_UINT16 TWAIN_AudioFileXferGet (pTW_IDENTITY pOrigin, pTW_IDENTITY pDest, 00027 TW_MEMREF pData) 00028 { 00029 FIXME ("stub!\n"); 00030 00031 return TWRC_FAILURE; 00032 } 00033 00034 /* DG_AUDIO/DAT_AUDIOINFO/MSG_GET */ 00035 TW_UINT16 TWAIN_AudioInfoGet (pTW_IDENTITY pOrigin, pTW_IDENTITY pDest, 00036 TW_MEMREF pData) 00037 { 00038 FIXME ("stub!\n"); 00039 00040 return TWRC_FAILURE; 00041 } 00042 00043 /* DG_AUDIO/DAT_AUDIONATIVEXFER/MSG_GET */ 00044 TW_UINT16 TWAIN_AudioNativeXferGet (pTW_IDENTITY pOrigin, pTW_IDENTITY pDest, 00045 TW_MEMREF pData) 00046 { 00047 FIXME ("stub!\n"); 00048 00049 return TWRC_FAILURE; 00050 } 00051 Generated on Sun May 27 2012 04:26:35 for ReactOS by
1.7.6.1
|