Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
This function frees the memory on the desktop computer allocated by a call to CeFindAllDatabases, CeFindAllFiles, or CeReadRecordProps.
HRESULT CeRapiFreeBuffer( LPVOID Buffer );
Parameters
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 CeRapiFreeBufferfunction.
For Windows CE versions 1.0 and 1.01, the name of this function is RapiFreeBuffer.
Requirements
Runs On | Versions | Defined in | Include | Link to |
---|---|---|---|---|
Windows CE OS | 1.0 and later | Rapi.h |
See Also
CeFindAllDatabases, CeFindAllFiles, CeReadRecordProps.