CeRapiFreeBuffer (Windows CE 5.0)

Send Feedback

This function frees the memory on the desktop computer allocated by a call to CeFindAllDatabases, CeFindAllFiles, or CeReadRecordProps.

HRESULTCeRapiFreeBuffer( LPVOIDBuffer);

Parameters

  • Buffer
    [in] Pointer to the buffer to be freed.

Return Values

S_OK indicates success. E_FAIL indicates failure.

Remarks

Any RAPI function that allocates memory on the desktop computer on the users' behalf must be freed by calling the CeRapiFreeBuffer function.

For Windows CE 1.0 and 1.01, the name of this function is RapiFreeBuffer.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Rapi.h.
Link Library: Rapi.lib.

See Also

RAPI Functions | CeFindAllDatabases | CeFindAllFiles | CeReadRecordProps

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.