IRTCClientSubscriber2::CreateIdleSubscription (Windows Embedded CE 6.0)
1/6/2010
Applies to Windows Embedded CE 6.0 R2
This method creates a new subscription. This object was retrieved by calling QueryInterface on the IRTCClient object.
Syntax
HRESULT CreateIdleSubscription (
IRTCProfile* pServerProfile,
BSTR bstrAcceptedContent,
BSTR bstrEventPackage,
IRTCSubscription2** ppSubscription
);
Parameters
- pServerProfile
[in] Pointer to the User Agent Server profile..
- bstrAcceptedContent
[in] Accepted Content.
- bstrEventPackage
[in] Event package.
- ppSubscription
[out, retval] Pointer to the header value.
Return Value
Returns IRTCSubscription2**.
This method can return an RTC_E_ constant.
Requirements
Header | rtccore.h, rtccore.idl |
Library | uuid.lib |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |