#include <ctlutil.h>
|
| | CDeferredCommand (__inout CCmdQueue *pQ, __in_opt LPUNKNOWN pUnk, __inout HRESULT *phr, __in LPUNKNOWN pUnkExecutor, REFTIME time, __in GUID *iid, long dispidMethod, short wFlags, long cArgs, __in_ecount(cArgs) VARIANT *pDispParams, __out VARIANT *pvarResult, __out short *puArgErr, BOOL bStream) |
| |
| DECLARE_IUNKNOWN STDMETHODIMP | NonDelegatingQueryInterface (REFIID riid, __out void **ppv) |
| |
| STDMETHODIMP | Cancel () |
| |
| STDMETHODIMP | Confidence (__out LONG *pConfidence) |
| |
| STDMETHODIMP | Postpone (REFTIME newtime) |
| |
| STDMETHODIMP | GetHResult (__out HRESULT *phrResult) |
| |
| HRESULT | Invoke () |
| |
| BOOL | IsStreamTime () |
| |
| CRefTime | GetTime () |
| |
| REFIID | GetIID () |
| |
| long | GetMethod () |
| |
| short | GetFlags () |
| |
| DISPPARAMS * | GetParams () |
| |
| VARIANT * | GetResult () |
| |
| | CUnknown (__in_opt LPCTSTR pName, __in_opt LPUNKNOWN pUnk) |
| |
| virtual | ~CUnknown () |
| |
| | CUnknown (__in_opt LPCTSTR Name, __in_opt LPUNKNOWN pUnk, __inout_opt HRESULT *phr) |
| |
| LPUNKNOWN | GetOwner () const |
| |
| STDMETHODIMP | NonDelegatingQueryInterface (REFIID, __deref_out void **) |
| |
| | STDMETHODIMP_ (ULONG) NonDelegatingAddRef() |
| |
| | STDMETHODIMP_ (ULONG) NonDelegatingRelease() |
| |
| | CBaseObject (__in_opt LPCTSTR pName) |
| |
| | ~CBaseObject () |
| |
Definition at line 668 of file ctlutil.h.
◆ CDeferredCommand()
| CDeferredCommand::CDeferredCommand |
( |
__inout CCmdQueue * |
pQ, |
|
|
__in_opt LPUNKNOWN |
pUnk, |
|
|
__inout HRESULT * |
phr, |
|
|
__in LPUNKNOWN |
pUnkExecutor, |
|
|
REFTIME |
time, |
|
|
__in GUID * |
iid, |
|
|
long |
dispidMethod, |
|
|
short |
wFlags, |
|
|
long |
cArgs, |
|
|
__in_ecount(cArgs) VARIANT * |
pDispParams, |
|
|
__out VARIANT * |
pvarResult, |
|
|
__out short * |
puArgErr, |
|
|
BOOL |
bStream |
|
) |
| |
◆ Cancel()
| STDMETHODIMP CDeferredCommand::Cancel |
( |
| ) |
|
◆ Confidence()
| STDMETHODIMP CDeferredCommand::Confidence |
( |
__out LONG * |
pConfidence | ) |
|
◆ GetFlags()
| short CDeferredCommand::GetFlags |
( |
| ) |
|
|
inline |
◆ GetHResult()
| STDMETHODIMP CDeferredCommand::GetHResult |
( |
__out HRESULT * |
phrResult | ) |
|
◆ GetIID()
| REFIID CDeferredCommand::GetIID |
( |
| ) |
|
|
inline |
◆ GetMethod()
| long CDeferredCommand::GetMethod |
( |
| ) |
|
|
inline |
◆ GetParams()
| DISPPARAMS* CDeferredCommand::GetParams |
( |
| ) |
|
|
inline |
◆ GetResult()
| VARIANT* CDeferredCommand::GetResult |
( |
| ) |
|
|
inline |
◆ GetTime()
◆ Invoke()
| HRESULT CDeferredCommand::Invoke |
( |
| ) |
|
◆ IsStreamTime()
| BOOL CDeferredCommand::IsStreamTime |
( |
| ) |
|
|
inline |
◆ NonDelegatingQueryInterface()
| STDMETHODIMP CDeferredCommand::NonDelegatingQueryInterface |
( |
REFIID |
riid, |
|
|
__out void ** |
ppv |
|
) |
| |
◆ Postpone()
| STDMETHODIMP CDeferredCommand::Postpone |
( |
REFTIME |
newtime | ) |
|
◆ m_bStream
| BOOL CDeferredCommand::m_bStream |
|
protected |
◆ m_Dispatch
◆ m_DispId
| DISPID CDeferredCommand::m_DispId |
|
protected |
◆ m_dispidMethod
| long CDeferredCommand::m_dispidMethod |
|
protected |
◆ m_DispParams
◆ m_hrResult
| HRESULT CDeferredCommand::m_hrResult |
|
protected |
◆ m_iid
| GUID* CDeferredCommand::m_iid |
|
protected |
◆ m_pQueue
◆ m_pUnk
| LPUNKNOWN CDeferredCommand::m_pUnk |
|
protected |
◆ m_pvarResult
| VARIANT* CDeferredCommand::m_pvarResult |
|
protected |
◆ m_time
| REFERENCE_TIME CDeferredCommand::m_time |
|
protected |
◆ m_wFlags
| short CDeferredCommand::m_wFlags |
|
protected |
The documentation for this class was generated from the following files:
- /home/tcbuilder/buildAgent/work/df8e8cce5bebfd58/libajantv2/demos/ntv2vcam/baseclasses/ctlutil.h
- /home/tcbuilder/buildAgent/work/df8e8cce5bebfd58/libajantv2/demos/ntv2vcam/baseclasses/ctlutil.cpp