The IReplStore::IsValidObject method determines if the given handles are valid.
HRESULT IsValidObject(
HREPLFLD hFolder,
HREPLITEM hItem,
UINT uFlags
);
Header file: | Cesync.h |
Platforms: | H/PC |
Windows CE versions: | 2.0 and later |
The IReplStore::IsValidObject method is used to determine if the given handles are valid. The ActiveSync service provider should check both hFolder and hItem to determine if either of them is not NULL.