Compartilhar via


IAppointment::GetRecurrencePattern (Windows CE 5.0)

Send Feedback

This method retrieves the current recurrence pattern for an appointment. Call this method to create a recurring appointment or determine the recurrence pattern of an existing recurring appointment.

HRESULT GetRecurrencePattern(IRecurrencePattern* pRec);

Parameters

  • pRec
    [out] Pointer to the recurrence pattern.

Return Values

S_OK indicates success. If an error occurs, the appropriate HRESULT is returned.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Pimstore.h.
Link Library: Pimstore.lib.

See Also

IAppointment | IAppointment Properties

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.