Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/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 |