IReplStore::FreeObject

This method frees the specified HREPLOBJ handle.

At a Glance

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

Syntax

void FreeObject( HREPLOBJ hObject );

Parameters

hObject

Handle to 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. This handle could either be an HREPLITEM or HREPLFLD structure.

See Also

IReplStore