CDeferredCommand::GetHResult
Microsoft DirectShow 9.0 |
CDeferredCommand::GetHResult
The GetHResult method retrieves the HRESULT value from the invoked command.
Syntax
HRESULT GetHResult( HRESULT *phrResult );
Parameters
phrResult
Pointer to the HRESULT value.
Return Value
Returns E_ABORT if m_pQueue is NULL. Otherwise, returns S_OK.
Remarks
This member function implements the IDeferredCommand::GetHResult method.
Requirements
** Header:** Declared in Ctlutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also