IReplStore::FreeObject
A version of this page is also available for
4/8/2010
This method frees the specified HREPLOBJ handle.
Syntax
void FreeObject(
HREPLOBJ hObject
);
Parameters
- hObject
[in] Handle to an object whose contents need to be freed.
Return Value
None.
Remarks
FreeObject is used to free memory pointers or delete temporary objects created during the life of the handle that must be freed when the handle dies. This handle could either be an HREPLITEM or HREPLFLD structure.
Requirements
Header | cesync.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE 2.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |