|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "wingdi.h"
#include "winuser.h"
#include "winternl.h"
#include "vfw.h"
#include "digitalv.h"
#include "commctrl.h"
#include "wine/unicode.h"
#include "wine/debug.h"
Go to the source code of this file.
Data Structures |
| struct | MCIWndInfo |
Defines |
| #define | CTL_PLAYSTOP 0x3200 |
| #define | CTL_MENU 0x3201 |
| #define | CTL_TRACKBAR 0x3202 |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (mci) |
| static LRESULT WINAPI | MCIWndProc (HWND hWnd, UINT wMsg, WPARAM wParam, LPARAM lParam) |
| BOOL VFWAPIV | MCIWndRegisterClass (void) |
| HWND VFWAPIV | MCIWndCreateW (HWND hwndParent, HINSTANCE hInstance, DWORD dwStyle, LPCWSTR szFile) |
| HWND VFWAPIV | MCIWndCreateA (HWND hwndParent, HINSTANCE hInstance, DWORD dwStyle, LPCSTR szFile) |
| static void | MCIWND_notify_mode (MCIWndInfo *mwi) |
| static void | MCIWND_notify_pos (MCIWndInfo *mwi) |
| static void | MCIWND_notify_size (MCIWndInfo *mwi) |
| static void | MCIWND_notify_error (MCIWndInfo *mwi) |
| static void | MCIWND_UpdateState (MCIWndInfo *mwi) |
| static LRESULT | MCIWND_Create (HWND hWnd, LPCREATESTRUCTW cs) |
| static void | MCIWND_ToggleState (MCIWndInfo *mwi) |
| static LRESULT | MCIWND_Command (MCIWndInfo *mwi, WPARAM wParam, LPARAM lParam) |
| static void | MCIWND_notify_media (MCIWndInfo *mwi) |
| static MCIERROR | mci_generic_command (MCIWndInfo *mwi, UINT cmd) |
| static LRESULT | mci_get_devcaps (MCIWndInfo *mwi, UINT cap) |
| static LRESULT | MCIWND_KeyDown (MCIWndInfo *mwi, UINT key) |
Variables |
| HMODULE | MSVFW32_hModule |
| static const WCHAR | mciWndClassW [] = {'M','C','I','W','n','d','C','l','a','s','s',0} |
Generated on Sun May 27 2012 05:15:00 for ReactOS by
1.7.6.1
|