Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 |