Share via


IReplStore::GetObjTypeUIData

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This method sends user interface–related data about an object type to the ActiveSync manager.

Syntax

HRESULT GetObjTypeUIData(
  HREPLFLD hFolder,
  POBJUIDATA pData
);

Parameters

  • hFolder
    [in] Handle to a folder that contains the items.
  • pData
    [out] Pointer to an OBJUIDATA structure.

Return Value

Return NOERROR if the user selected OK to save the changes made. Returns E_OUTOFMEMORY if the operation was unable to load required UI resources.

Requirements

Header cesync.h
Library coredll.lib
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

IReplStore
OBJUIDATA