IDTFilter2::GetLastErrorCode
Microsoft DirectShow 9.0 |
IDTFilter2::GetLastErrorCode
This topic applies to Windows Vista or later.
The GetLastErrorCode method returns the most recent error code from the Decrypter/Detagger filter.
Syntax
HRESULT GetLastErrorCode();
Parameters
This method takes no parameters.
Return Values
Returns an HRESULT. Possible values include the following.
Value | Description |
NS_E_DRM_APPCERT_REVOKED | A problem has occurred in the digital rights management (DRM) component. |
NS_E_DRM_CERTIFICATE_REVOKED | The client's certificate has been revoked. |
S_OK | No DRM errors have occurred. |
Requirements
Header: EncDec.h.
See Also