Component Object Model crap

This commit is contained in:
Josh Yelon 2007-10-30 20:44:29 +00:00
parent 2fff606ce0
commit 2b2837ad26
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,6 @@
class IMediaControl;
class IGraphBuilder;
class ICaptureGraphBuilder2;
class IBaseFilter;
class IVMRWindowlessControl;
template <class T> class CComPtr;

View File

@ -26,6 +26,8 @@
typedef bool BOOL; typedef bool BOOL;
typedef long DWORD; typedef long DWORD;
typedef unsigned long ULONG;
typedef long HRESULT;
typedef int CRITICAL_SECTION; typedef int CRITICAL_SECTION;
typedef int HANDLE; typedef int HANDLE;
typedef void *LPVOID; typedef void *LPVOID;