ReactOS 0.4.16-dev-290-g89a3b8f
|
#include <windows.h>
#include <windowsx.h>
#include <olectl.h>
#include <ddraw.h>
#include <mmsystem.h>
#include <strmif.h>
#include <amvideo.h>
#include <amaudio.h>
#include <control.h>
#include <evcode.h>
#include <uuids.h>
#include <errors.h>
#include <edevdefs.h>
#include <audevcod.h>
#include <dvdevcod.h>
Go to the source code of this file.
Macros | |
#define | NUMELMS(aa) (sizeof(aa)/sizeof((aa)[0])) |
#define | InterlockedExchangePointer(Target, Value) (PVOID)InterlockedExchange((PLONG)(Target), (LONG)(Value)) |
#define | OATRUE (-1) |
#define | OAFALSE (0) |