EldoS
MsgConnect home / Documentation / MCMemFree function
Navigation
Web site
Support
Table Of Contents

Filter: C++  Pascal  ActiveX  C#  VB.NET  Java SE  Java ME  Palm  DLL 


MCMemFree

See also    


Dispooses of block of memory previously allocated with MCMemAlloc.

Declaration

[C++]
    void MCMemFree(void* Block);

[Pascal]
    procedure MCMemFree(Block : pointer);

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[C#]
    not applicable;

[VB.NET]
    not applicable;

[Java]
    not applicable;

[Java ME]
    not applicable;

[Palm]
    void MCMemFree(void* Block);

[DLL]
    __stdcall void MCMemFree(void* Block);

Parameters

  • Block - pointer to the memory block that should be disposed of.

Description

    Use this method to dispose of the memory block which was previously allocated with a call to MCMemAlloc.

See also:     MCMessage structure     MCMemAlloc    

 
Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2005, EldoS Corporation