Share via


IReplStore::GetObjTypeUIData (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

IReplStore
OBJUIDATA