DeltaFree function

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

See also

MSDelta

CreateDeltaB

ApplyDeltaB