ReactOS 0.4.16-dev-937-g7afcd2a
|
Public Member Functions | |
CDummyWindow (HWND hwnd) | |
HRESULT STDMETHODCALLTYPE | GetWindow (HWND *phwnd) |
HRESULT STDMETHODCALLTYPE | ContextSensitiveHelp (BOOL fEnterMode) |
![]() | |
CUnknownBase (bool autoDelete=true, LONG initialRef=0) | |
ULONG STDMETHODCALLTYPE | AddRef () |
ULONG STDMETHODCALLTYPE | Release () |
HRESULT STDMETHODCALLTYPE | QueryInterface (REFIID riid, void **ppv) |
virtual | ~CUnknownBase () |
LONG | GetRef () const |
HRESULT | GetWindow ([out] HWND *phwnd) |
HRESULT | ContextSensitiveHelp ([in] BOOL fEnterMode) |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Protected Member Functions | |
const QITAB * | GetQITab () |
virtual const QITAB * | GetQITab ()=0 |
Protected Attributes | |
HWND | m_hwnd |
Additional Inherited Members | |
![]() | |
typedef IOleWindow * | LPOLEWINDOW |
![]() | |
typedef IUnknown * | LPUNKNOWN |
|
inline |
|
inline |
Implements IOleWindow.
Implements CUnknownBase< IOleWindow >.
Definition at line 36 of file menu.cpp.
|
inline |
Implements IOleWindow.
|
protected |
Definition at line 34 of file menu.cpp.
Referenced by CDummyWindow(), and GetWindow().