Share via


CeRapiFreeBuffer (RAPI)

Send Feedback

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

HRESULT CeRapiFreeBuffer( 
  LPVOID Buffer 
);

Parameters

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

Return Values

S_OK indicates success.

E_FAIL indicates failure.

Remarks

Any memory allocated on the desktop computer by a RAPI method call must be freed by calling the CeRapiFreeBuffer function.

Requirements

Pocket PC: Pocket PC 2002 and later
Smartphone Platforms: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
**Header:**Rrapi.h
Library: Rapi.lib

See Also

Remote API Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.