FreeMappedBuffer (KERNEL32.39)
void FreeMappedBuffer ( CONTEXT86* context )
[In] | EDI register: pointer to buffer. |
Free a buffer allocated by AllocMappedBuffer.
Nothing.
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/kernel32/heap.c". source.winehq.org/source/dlls/kernel32/heap.c
Available on x86 platforms only.
This function passes one or more arguments in registers. For more details, please read the source code.
Debug channel "heap".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.