ReactOS 0.4.16-dev-1093-g93e9710
|
Public Member Functions | |
CQueryContinue (HRESULT hContinue=S_OK) | |
~CQueryContinue () | |
CQueryContinue & | operator= (const CQueryContinue &qc) |
CQueryContinue & | operator= (HRESULT hContinue) |
operator HRESULT () | |
virtual ULONG STDMETHODCALLTYPE | AddRef () |
virtual ULONG STDMETHODCALLTYPE | Release () |
virtual HRESULT STDMETHODCALLTYPE | QueryInterface (REFIID riid, void **ppvObject) |
virtual HRESULT STDMETHODCALLTYPE | QueryContinue (void) |
Private Attributes | |
HRESULT | m_hContinue |
Definition at line 19 of file CUserNotification.cpp.
Definition at line 25 of file CUserNotification.cpp.
|
inline |
Definition at line 26 of file CUserNotification.cpp.
|
inlinevirtual |
Definition at line 48 of file CUserNotification.cpp.
|
inline |
Definition at line 41 of file CUserNotification.cpp.
|
inline |
Definition at line 28 of file CUserNotification.cpp.
|
inline |
Definition at line 35 of file CUserNotification.cpp.
|
inlinevirtual |
Definition at line 64 of file CUserNotification.cpp.
|
inlinevirtual |
Definition at line 58 of file CUserNotification.cpp.
|
inlinevirtual |
Definition at line 53 of file CUserNotification.cpp.
|
private |
Definition at line 22 of file CUserNotification.cpp.
Referenced by operator HRESULT(), operator=(), and QueryContinue().