IReplStore::FreeObject (Windows CE 5.0)

Send Feedback

This method frees the specified HREPLOBJ handle.

void FreeObject(HREPLOBJ hObject);

Parameters

  • hObject
    [in] Handle to an object whose contents need to be freed.

Return Values

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

OS Versions: Windows CE 2.0 and later.
Header: Cesync.h.
Link Library: Coredll.lib.

See Also

IReplStore | HREPLFLD | HREPLITEM | HREPLOBJ

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.