Added support for DOS EMS memory.
[wine/wine64.git] / include / errors.h
blob9ea1ce267c453929a0d357dbe1039808790f3a7e
1 #ifndef WINE_DSHOW_ERRORS_H
2 #define WINE_DSHOW_ERRORS_H
4 #include "vfwmsgs.h"
6 #define MAX_ERROR_TEXT_LEN 160
8 #ifdef __cplusplus
9 extern "C" {
10 #endif /* __cplusplus */
12 DWORD WINAPI AMGetErrorTextA(HRESULT hr, LPSTR pszbuf, DWORD dwBufLen);
13 DWORD WINAPI AMGetErrorTextW(HRESULT hr, LPWSTR pwszbuf, DWORD dwBufLen);
14 #define AMGetErrorText WINELIB_NAME_AW(AMGetErrorText)
16 #ifdef __cplusplus
17 } /* extern "C" */
18 #endif /* __cplusplus */
20 #endif /* WINE_DSHOW_ERRORS_H */