ntdll: More compatible exception information for protection faults.
[wine/multimedia.git] / dlls / twain / ds_audio.c
blob105c4b7778906b23195e683643685d5162937cb5
1 /*
2 * Copyright 2000 Corel Corporation
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 #include "twain.h"
21 #include "wine/debug.h"
23 WINE_DEFAULT_DEBUG_CHANNEL(twain);
25 /* DG_AUDIO/DAT_AUDIOFILEXFER/MSG_GET */
26 TW_UINT16 TWAIN_AudioFileXferGet (pTW_IDENTITY pOrigin, pTW_IDENTITY pDest,
27 TW_MEMREF pData)
29 FIXME ("stub!\n");
31 return TWRC_FAILURE;
34 /* DG_AUDIO/DAT_AUDIOINFO/MSG_GET */
35 TW_UINT16 TWAIN_AudioInfoGet (pTW_IDENTITY pOrigin, pTW_IDENTITY pDest,
36 TW_MEMREF pData)
38 FIXME ("stub!\n");
40 return TWRC_FAILURE;
43 /* DG_AUDIO/DAT_AUDIONATIVEXFER/MSG_GET */
44 TW_UINT16 TWAIN_AudioNativeXferGet (pTW_IDENTITY pOrigin, pTW_IDENTITY pDest,
45 TW_MEMREF pData)
47 FIXME ("stub!\n");
49 return TWRC_FAILURE;