Share via


IRTCSubscription::get_EventPackage (Windows Embedded CE 6.0)

1/6/2010

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