Compartir a través de


IPOutlookApp::GetTimeZoneFromIndex (Windows CE 5.0)

Send Feedback

Uses a time zone index to return the POOM TimeZone object for the corresponding time zone.

HRESULT GetTimeZoneFromIndex(int iIndex,ITimeZone** ppTimeZone);

Parameters

  • iIndex
    [in] The index of the time zone you want to retrieve.
  • ppTimeZone
    [out] Pointer to the time zone object.

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

IPOutlookApp | IPOutlookApp Properties

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.