Share via


IRTCSubscription::get_EventPackage

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method retrieves the event package from the subscription.

Syntax

RESULT get_EventPackage(
  BSTR* pbstrEventPackage
);

Parameters

  • pbstrEventPackage
    [out] – Pointer to a BSTR that will be filled with the event package. 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_ constants.

Requirements

Header rtccore.idl
Library uuid.lib
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Concepts

IRTCSubscription