The IReplStore::FreeObject method frees the given HREPLOBJ handle.
void FreeObject(
HREPLOBJ hObject
);
Header file: | Cesync.h |
Platforms: | H/PC |
Windows CE versions: | 2.0 and later |
None.
The IReplStore::FreeObject method is used to free any memory pointers or delete any temporary objects that might have been created during the life of the handle and must be freed when the handle dies. Note that this handle could either be an HREPLITEM or HREPLFLD structure.