IReplStore::FreeObject

The IReplStore::FreeObject method frees the given HREPLOBJ handle.

Syntax

void FreeObject(
HREPLOBJ
hObject
);

At a Glance

Header file: Cesync.h
Platforms: H/PC
Windows CE versions: 2.0 and later

Parameters

hObject
Pointer to the handle of an object whose contents need to be freed.

Return Values

None.

Remarks

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.

See Also

IReplStore