ReactOS 0.4.16-dev-1025-gd3456f5
|
#include <msvideo_private.h>
Public Attributes | |
DWORD | magic |
HANDLE | curthread |
DWORD | type |
DWORD | handler |
HDRVR | hdrv |
DWORD | private |
DRIVERPROC | driverproc |
DWORD | x1 |
WORD | x2 |
DWORD | x3 |
HIC | hic |
DWORD | driverId |
struct tagWINE_HIC * | next |
Definition at line 30 of file msvideo_private.h.
HANDLE tagWINE_HIC::curthread |
Definition at line 32 of file msvideo_private.h.
DWORD tagWINE_HIC::driverId |
Definition at line 43 of file msvideo_private.h.
Referenced by ICOpenFunction(), and MSVIDEO_SendMessage().
DRIVERPROC tagWINE_HIC::driverproc |
Definition at line 37 of file msvideo_private.h.
Referenced by ICClose(), ICOpen(), ICOpenFunction(), and MSVIDEO_SendMessage().
DWORD tagWINE_HIC::handler |
Definition at line 34 of file msvideo_private.h.
Referenced by ICOpen().
HDRVR tagWINE_HIC::hdrv |
Definition at line 35 of file msvideo_private.h.
Referenced by ICClose(), ICOpen(), ICOpenFunction(), and MSVIDEO_SendMessage().
HIC tagWINE_HIC::hic |
Definition at line 42 of file msvideo_private.h.
Referenced by ICOpen(), ICOpenFunction(), and MSVIDEO_GetHicPtr().
DWORD tagWINE_HIC::magic |
Definition at line 31 of file msvideo_private.h.
struct tagWINE_HIC* tagWINE_HIC::next |
Definition at line 44 of file msvideo_private.h.
Referenced by ICClose(), ICOpen(), ICOpenFunction(), and MSVIDEO_GetHicPtr().
DWORD tagWINE_HIC::private |
Definition at line 36 of file msvideo_private.h.
DWORD tagWINE_HIC::type |
Definition at line 33 of file msvideo_private.h.
Referenced by ICOpen().
DWORD tagWINE_HIC::x1 |
Definition at line 38 of file msvideo_private.h.
WORD tagWINE_HIC::x2 |
Definition at line 39 of file msvideo_private.h.
DWORD tagWINE_HIC::x3 |
Definition at line 40 of file msvideo_private.h.