IAMChannelInfo::get_ContactEmail
Microsoft DirectShow 9.0 |
IAMChannelInfo::get_ContactEmail
The get_ContactEmail method retrieves the e-mail address of the contact.
Syntax
HRESULT get_ContactEmail( BSTR *pbstrContactEmail );
Parameters
pbstrContactEmail
[out] Pointer to a variable that receives the contact e-mail.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Remarks
The caller must release the returned BSTR by calling SysFreeString.
Requirements
Header: Include Qnetwork.h.
Library: None.
See Also