mmeFreeMem(3mms) — Subroutines
Name
mmeFreeMem --- Release a previously allocated memory segment
Syntax
#include <mme/mme_api.h>
BOOL mmeFreeMem(void ∗ pointer)
Arguments
void ∗ pointer
Specifies a pointer to the memory segment to release.
Description
The mmeFreeMem function releases a memory segment that was previously allocated with the mmeAllocMem function.
Extensions
The mmeFreeMem function is a Digital extension to the Microsoft multimedia API specification.
Return Values
Returns TRUE if the function is successful; otherwise, it returns FALSE. A failure can occur if the memory pointed to is not a valid memory pointer.