IRTCSubscription::get_AcceptedContentType (Windows Embedded CE 6.0)
1/6/2010
This method retrieves the accepted content type from the subscription.
Syntax
HRESULT get_AcceptedContentType(
BSTR* pbstrAcceptedContentType
);
Parameters
- pbstrAcceptedContentType
[out] Pointer to a BSTR that will be filled with the accepted content type. The method is responsible for allocating the buffer. The caller is responsible for releasing this memory with SysFreeString.
Return Value
RTC methods may return an RTC_E_ constant. If the AcceptedContent type was not set for this subscription, get_AcceptedContentType returns RTC_E_NOT_EXIST.
Requirements
Header | rtccore.idl |
Library | uuid.lib |
Windows Embedded CE | Windows Embedded CE 6.0 and later |