Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Frees the specified memory block. You must call this function after successful calls to CreateDeltaB and ApplyDeltaB to free the MSDelta-allocated memory buffer.
Syntax
BOOL WINAPI DeltaFree(
LPVOID lpMemory
);
Parameters
lpMemory
[in] Memory block to be freed.
Return value
This function returns TRUE if it succeeds; otherwise, it returns FALSE. When the function returns FALSE, you can call GetLastError to get the corresponding Win32 system error code.
Requirements
| Requirement | Value |
|---|---|
| Header | msdelta.h |
| DLL | msdelta.dll |
| Unicode | Not applicable |