|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <vfwmsgs.h>

Go to the source code of this file.
Macros | |
| #define | AMOVIEAPI |
| #define | VFW_FIRST_CODE 0x200 |
| #define | MAX_ERROR_TEXT_LEN 160 |
| #define | AMGetErrorText WINELIB_NAME_AW(AMGetErrorText) |
Typedefs | |
| typedef BOOL(WINAPI * | AMGETERRORTEXTPROCA) (HRESULT, char *, DWORD) |
| typedef BOOL(WINAPI * | AMGETERRORTEXTPROCW) (HRESULT, WCHAR *, DWORD) |
Functions | |
| DWORD WINAPI | AMGetErrorTextA (HRESULT, LPSTR, DWORD) |
| DWORD WINAPI | AMGetErrorTextW (HRESULT, LPWSTR, DWORD) |
| #define AMGetErrorText WINELIB_NAME_AW(AMGetErrorText) |
Definition at line 307 of file main.c.
Definition at line 323 of file main.c.
Referenced by AMGetErrorTextA().