IXDSCodec::get_XDSToRatObjOK
Microsoft DirectShow 9.0 |
IXDSCodec::get_XDSToRatObjOK
This topic applies to Windows XP Service Pack 1 or later.
The get_XDSToRatObjOK method queries whether the XDSToRat object was created successfully.
Syntax
HRESULT get_XDSToRatObjOK( HRESULT *pHrCoCreateRetVal );
Parameters
pHrCoCreateRetVal
[out, retval] Receives an HRESULT value. The HRESULT is the value that was returned when the filter called CoCreateInstance to create the XDSToRat object. If it equals S_OK, the EvalRat object was created successfully.
Return Values
Returns an HRESULT. Possible values include the following.
Value | Description |
E_POINTER | NULL pointer argument |
S_OK | Success |
Requirements
Header: EncDec.h.
See Also