Share via


IRTCClientSubscriber2::CreateIdleSubscription

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

See Also

Reference

IRTCClientSubscriber2
IRTCSubscription2