ReactOS 0.4.16-dev-340-g0540c21
|
Public Member Functions | |
CDimmedWindow () | |
~CDimmedWindow () | |
void | WaitForInit () |
void | Init () |
void | Capture () |
bool | Step () |
void | Blt (HDC hdc) |
HWND | Wnd () |
Public Member Functions inherited from ATL::CComObjectRootEx< CComMultiThreadModelNoCS > | |
~CComObjectRootEx () | |
ULONG | InternalAddRef () |
ULONG | InternalRelease () |
void | Lock () |
void | Unlock () |
HRESULT | _AtlInitialConstruct () |
Public Member Functions inherited from ATL::CComObjectRootBase | |
CComObjectRootBase () | |
~CComObjectRootBase () | |
void | SetVoid (void *) |
HRESULT | _AtlFinalConstruct () |
HRESULT | FinalConstruct () |
void | InternalFinalConstructAddRef () |
void | InternalFinalConstructRelease () |
void | FinalRelease () |
Static Private Member Functions | |
static LRESULT WINAPI | WndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Private Attributes | |
HWND | m_hwnd |
HDC | m_hdc |
HBITMAP | m_hbitmap |
HGDIOBJ | m_oldbitmap |
LONG | m_width |
LONG | m_height |
BITMAPINFO | m_bi |
UCHAR * | m_bytes |
int | m_step |
Additional Inherited Members | |
Static Public Member Functions inherited from ATL::CComObjectRootBase | |
static void WINAPI | ObjectMain (bool) |
static const struct _ATL_CATMAP_ENTRY * | GetCategoryMap () |
static HRESULT WINAPI | InternalQueryInterface (void *pThis, const _ATL_INTMAP_ENTRY *pEntries, REFIID iid, void **ppvObject) |
Public Attributes inherited from ATL::CComObjectRootBase | |
LONG | m_dwRef |
Private Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Private Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Definition at line 23 of file dimmedwindow.cpp.
|
inline |
Definition at line 41 of file dimmedwindow.cpp.
|
inline |
Definition at line 87 of file dimmedwindow.cpp.
Definition at line 183 of file dimmedwindow.cpp.
|
inline |
Definition at line 131 of file dimmedwindow.cpp.
Referenced by Init().
|
inline |
Definition at line 120 of file dimmedwindow.cpp.
|
inline |
Definition at line 145 of file dimmedwindow.cpp.
|
inline |
Definition at line 103 of file dimmedwindow.cpp.
|
inline |
Definition at line 188 of file dimmedwindow.cpp.
|
staticprivate |
Definition at line 201 of file dimmedwindow.cpp.
Referenced by CDimmedWindow().
|
private |
Definition at line 34 of file dimmedwindow.cpp.
Referenced by CDimmedWindow(), and Step().
|
private |
Definition at line 35 of file dimmedwindow.cpp.
Referenced by CDimmedWindow(), Step(), and ~CDimmedWindow().
|
private |
Definition at line 30 of file dimmedwindow.cpp.
Referenced by Capture(), Step(), and ~CDimmedWindow().
|
private |
Definition at line 29 of file dimmedwindow.cpp.
Referenced by Blt(), Capture(), Step(), and ~CDimmedWindow().
|
private |
Definition at line 33 of file dimmedwindow.cpp.
Referenced by Blt(), Capture(), CDimmedWindow(), and Step().
|
private |
Definition at line 28 of file dimmedwindow.cpp.
Referenced by CDimmedWindow(), Init(), WaitForInit(), Wnd(), and ~CDimmedWindow().
|
private |
Definition at line 31 of file dimmedwindow.cpp.
Referenced by Capture(), and ~CDimmedWindow().
|
private |
Definition at line 36 of file dimmedwindow.cpp.
Referenced by Step().
|
private |
Definition at line 32 of file dimmedwindow.cpp.
Referenced by Blt(), Capture(), CDimmedWindow(), and Step().