#include <windows.h>#include <windowsx.h>#include <olectl.h>#include <ddraw.h>#include <mmsystem.h>#include <strmif.h>#include <reftime.h>#include <wxdebug.h>#include <amvideo.h>#include <wxutil.h>#include <combase.h>#include <dllsetup.h>#include <measure.h>#include <comlite.h>#include <cache.h>#include <wxlist.h>#include <msgthrd.h>#include <mtype.h>#include <fourcc.h>#include <control.h>#include <ctlutil.h>#include <evcode.h>#include <amfilter.h>#include <transfrm.h>#include <transip.h>#include <uuids.h>#include <source.h>#include <outputq.h>#include <errors.h>#include <renbase.h>#include <winutil.h>#include <winctrl.h>#include <videoctl.h>#include <refclock.h>#include <sysclock.h>#include <pstream.h>#include <vtrans.h>#include <amextra.h>#include <cprop.h>#include <strmctl.h>#include <edevdefs.h>#include <audevcod.h>Go to the source code of this file.
Classes | |
| struct | WAVEFORMATEXTENSIBLE |
Defines | |
| #define | NUMELMS(aa) (sizeof(aa)/sizeof((aa)[0])) |
| #define | InterlockedExchangePointer(Target, Value) (PVOID)InterlockedExchange((PLONG)(Target), (LONG)(Value)) |
| #define | WAVE_FORMAT_EXTENSIBLE 0xFFFE |
| #define | GetWindowLongPtrA GetWindowLongA |
| #define | GetWindowLongPtrW GetWindowLongW |
| #define | GetWindowLongPtr GetWindowLongPtrA |
| #define | SetWindowLongPtrA SetWindowLongA |
| #define | SetWindowLongPtrW SetWindowLongW |
| #define | SetWindowLongPtr SetWindowLongPtrA |
| #define | GWLP_WNDPROC (-4) |
| #define | GWLP_HINSTANCE (-6) |
| #define | GWLP_HWNDPARENT (-8) |
| #define | GWLP_USERDATA (-21) |
| #define | GWLP_ID (-12) |
| #define | DWLP_MSGRESULT 0 |
| #define | DWLP_DLGPROC DWLP_MSGRESULT + sizeof(LRESULT) |
| #define | DWLP_USER DWLP_DLGPROC + sizeof(DLGPROC) |
Typedefs | |
| typedef struct WAVEFORMATEXTENSIBLE * | PWAVEFORMATEXTENSIBLE |
| #define DWLP_USER DWLP_DLGPROC + sizeof(DLGPROC) |
Definition at line 100 of file streams.h.
Referenced by CBasePropertyPage::DialogProc(), and CBasePropertyPage::OnReceiveMessage().
| #define GetWindowLongPtr GetWindowLongPtrA |
Definition at line 64 of file streams.h.
Referenced by CBasePropertyPage::DialogProc(), CBaseWindow::DoCreateWindow(), CBasePropertyPage::OnReceiveMessage(), and WndProc().
| #define InterlockedExchangePointer | ( | Target, | |||
| Value | ) | (PVOID)InterlockedExchange((PLONG)(Target), (LONG)(Value)) |
| #define SetWindowLongPtr SetWindowLongPtrA |
Definition at line 74 of file streams.h.
Referenced by CBasePropertyPage::DialogProc(), and WndProc().
| #define WAVE_FORMAT_EXTENSIBLE 0xFFFE |
| typedef struct WAVEFORMATEXTENSIBLE * PWAVEFORMATEXTENSIBLE |
1.5.6