Group: Remote Application Programming (RAPI) - Library: rapi
This function frees the memory on the desktop computer allocated by a call to CeFindAllDatabases, CeFindAllFiles, or CeReadRecordProps.
Pocket PC: custom RAPI class for operating with files and folders on mobile device
HRESULT CeRapiFreeBuffer(
LPVOID Buffer
);
DECLARE INTEGER CeRapiFreeBuffer IN rapi;
INTEGER Buffer
Buffer [in] Pointer to the buffer to be freed.
S_OK (0) indicates success.
Any RAPI function that allocates memory on the desktop computer on the behalf of the user must be freed by calling the CeRapiFreeBuffer function.