Share via


IReplStore::FreeObject

This method frees the specified HREPLOBJ handle.

void FreeObject(
  HREPLOBJ hObject
);

Parameters

  • hObject
    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

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.