IReplStore::FreeObject

The FreeObject method frees a pointer to an object or deletes a temporary object that might have been created during the life of a handle. The object must be freed when the handle dies. This handle is a Windows CE HREPLOBJ structure, which can be Windows CE HREPLITEM or a Windows CE HREPLFLD structure.

Syntax

void FreeObject (
  HREPLOBJ hObject
);

Parameters

  • hObject
    [in] Specifies a handle to an object.

Requirements

Pocket PC: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: cesync.h
Library: None

See Also

HREPLFLD

HREPLITEM

HREPLOBJ

IReplStore

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.