#include <windows.h>
#include <windowsx.h>
#include <olectl.h>
#include <ddraw.h>
#include <mmsystem.h>
#include <strmif.h>
#include <intsafe.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.
◆ _WAVEFORMATEXTENSIBLE_
| #define _WAVEFORMATEXTENSIBLE_ |
◆ DWLP_DLGPROC
◆ DWLP_MSGRESULT
◆ DWLP_USER
◆ GetWindowLongPtr
◆ GetWindowLongPtrA
| #define GetWindowLongPtrA GetWindowLongA |
◆ GetWindowLongPtrW
| #define GetWindowLongPtrW GetWindowLongW |
◆ GWLP_HINSTANCE
| #define GWLP_HINSTANCE (-6) |
◆ GWLP_HWNDPARENT
| #define GWLP_HWNDPARENT (-8) |
◆ GWLP_ID
◆ GWLP_USERDATA
| #define GWLP_USERDATA (-21) |
◆ GWLP_WNDPROC
| #define GWLP_WNDPROC (-4) |
◆ InterlockedExchangePointer
| #define InterlockedExchangePointer |
( |
|
Target, |
|
|
|
Value |
|
) |
| (PVOID)InterlockedExchange((PLONG)(Target), (LONG)(Value)) |
◆ NUMELMS
| #define NUMELMS |
( |
|
aa | ) |
(sizeof(aa)/sizeof((aa)[0])) |
◆ SetWindowLongPtr
◆ SetWindowLongPtrA
| #define SetWindowLongPtrA SetWindowLongA |
◆ SetWindowLongPtrW
| #define SetWindowLongPtrW SetWindowLongW |
◆ WAVE_FORMAT_EXTENSIBLE
| #define WAVE_FORMAT_EXTENSIBLE 0xFFFE |
◆ PWAVEFORMATEXTENSIBLE
◆ _GetWindowLongPtr()
template<class T >
| T _GetWindowLongPtr |
( |
HWND |
hwnd, |
|
|
int |
nIndex |
|
) |
| |
◆ _SetWindowLongPtr()
template<class T >
| LONG_PTR _SetWindowLongPtr |
( |
HWND |
hwnd, |
|
|
int |
nIndex, |
|
|
T |
p |
|
) |
| |