IMSVidStreamBufferSinkEvent::CertificateSuccess
Microsoft DirectShow 9.0 |
IMSVidStreamBufferSinkEvent::CertificateSuccess
This topic applies to Windows XP Service Pack 1 or later.
The CertificateSuccess method is called when the object succeeds in getting an encryption/decryption license. The method is called only if an earlier failure occurred.
Syntax
HRESULT CertificateSuccess();
Parameters
This method takes no parameters.
Return Values
Return S_OK or an error code.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also