IReplStore::GetObjTypeUIData

This method sends user interface (UI)-related data about an object type to the ActiveSync service manager.

At a Glance

Header file: Cesync.h
Windows CE versions: 2.0 and later

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 Values

One of the values described in the following table is returned.

Value Description
NOERROR User selected OK to save the changes made.
E_OUTOFMEMORY The operation was unable to load required UI resources.

See Also

IReplStore