Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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(
[out, retval] HRESULT *pHrCoCreateRetVal
);
Parameters
- pHrCoCreateRetVal [out]
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 Value
Returns an HRESULT. Possible values include the following.
Return code | Description |
---|---|
E_POINTER |
NULL pointer argument |
S_OK |
Success |
Requirements
Header | Declared in EncDec.h. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008