Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ mmeFreeMem(3mms) — Multimedia Services 2.4B

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

mmeAllocMem(3mms)

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.
 

See Also

 
 
 
 
 
mmeAllocMem(3mms)
 
 
 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026