ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdio.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winver.h>
#include <winnls.h>
#include <wingdi.h>
#include <winternl.h>
#include <vfw.h>
#include <wine/debug.h>
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | _INC_WINDOWS |
#define | COM_NO_WINDOWS_H |
#define | CAP_DESC_MAX 32 |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (avicap32) | |
LRESULT CALLBACK | CaptureWindowProc (HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam) |
HWND VFWAPI | capCreateCaptureWindowW (LPCWSTR lpszWindowName, DWORD dwStyle, INT x, INT y, INT nWidth, INT nHeight, HWND hWnd, INT nID) |
HWND VFWAPI | capCreateCaptureWindowA (LPCSTR lpszWindowName, DWORD dwStyle, INT x, INT y, INT nWidth, INT nHeight, HWND hWnd, INT nID) |
BOOL VFWAPI | capGetDriverDescriptionW (WORD wDriverIndex, LPWSTR lpszName, INT cbName, LPWSTR lpszVer, INT cbVer) |
BOOL VFWAPI | capGetDriverDescriptionA (WORD wDriverIndex, LPSTR lpszName, INT cbName, LPSTR lpszVer, INT cbVer) |
VOID VFWAPI | AppCleanup (HINSTANCE hInst) |
DWORD VFWAPI | videoThunk32 (DWORD dwUnknown1, DWORD dwUnknown2, DWORD dwUnknown3, DWORD dwUnknown4, DWORD dwUnknown5) |
BOOL WINAPI | DllMain (IN HINSTANCE hinstDLL, IN DWORD dwReason, IN LPVOID lpvReserved) |
Variables | |
HINSTANCE | hInstance |
#define _INC_WINDOWS |
Definition at line 9 of file avicap32.c.
#define CAP_DESC_MAX 32 |
Definition at line 23 of file avicap32.c.
#define COM_NO_WINDOWS_H |
Definition at line 10 of file avicap32.c.
#define WIN32_NO_STATUS |
Definition at line 8 of file avicap32.c.
Definition at line 291 of file avicap32.c.
HWND VFWAPI capCreateCaptureWindowA | ( | LPCSTR | lpszWindowName, |
DWORD | dwStyle, | ||
INT | x, | ||
INT | y, | ||
INT | nWidth, | ||
INT | nHeight, | ||
HWND | hWnd, | ||
INT | nID | ||
) |
Definition at line 107 of file avicap32.c.
HWND VFWAPI capCreateCaptureWindowW | ( | LPCWSTR | lpszWindowName, |
DWORD | dwStyle, | ||
INT | x, | ||
INT | y, | ||
INT | nWidth, | ||
INT | nHeight, | ||
HWND | hWnd, | ||
INT | nID | ||
) |
Definition at line 60 of file avicap32.c.
Referenced by capCreateCaptureWindowA().
BOOL VFWAPI capGetDriverDescriptionA | ( | WORD | wDriverIndex, |
LPSTR | lpszName, | ||
INT | cbName, | ||
LPSTR | lpszVer, | ||
INT | cbVer | ||
) |
Definition at line 266 of file avicap32.c.
BOOL VFWAPI capGetDriverDescriptionW | ( | WORD | wDriverIndex, |
LPWSTR | lpszName, | ||
INT | cbName, | ||
LPWSTR | lpszVer, | ||
INT | cbVer | ||
) |
Definition at line 142 of file avicap32.c.
Referenced by capGetDriverDescriptionA(), and register_avicap_devices().
Definition at line 35 of file avicap32.c.
Referenced by capCreateCaptureWindowW().
@DllMain
Core routine of the Utility Manager's library.
[in] | hDllInstance | The entry point instance of the library. |
[in] | fdwReason | The reason argument to indicate the motive DllMain is being called. |
[in] | lpvReserved | Reserved. |
Definition at line 311 of file avicap32.c.
DWORD VFWAPI videoThunk32 | ( | DWORD | dwUnknown1, |
DWORD | dwUnknown2, | ||
DWORD | dwUnknown3, | ||
DWORD | dwUnknown4, | ||
DWORD | dwUnknown5 | ||
) |
Definition at line 302 of file avicap32.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | avicap32 | ) |
HINSTANCE hInstance |
Definition at line 28 of file avicap32.c.
Referenced by capCreateCaptureWindowW(), and DllMain().