IReplStore::GetObjTypeUIData
The IReplStore::GetObjTypeUIData method sends UI-related data about an object type to the ActiveSync service manager.
Syntax
HRESULT GetObjTypeUIData(
HREPLFLD hFolder,
POBJUIDATA pData
);
At a Glance
Header file: |
Cesync.h |
Platforms: |
H/PC |
Windows CE versions: |
2.0 and later |
Parameters
- hFolder
- Input parameter. Pointer to a handle of a folder that contains the items.
- pData
- Output parameter. Pointer to a OBJUIDATA structure.
Return Values
- NOERROR
- User selected OK to save the changes made.
- E_OUTOFMEMORY
- The operation was unable to load required UI resources.
See Also
IReplStore