FreeMappedBuffer.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

FreeMappedBuffer (KERNEL32.39)

SYNOPSIS

void FreeMappedBuffer
 (
  CONTEXT86* context
 )

PARAMS

[In] EDI register: pointer to buffer.

DESCRIPTION

Free a buffer allocated by AllocMappedBuffer.

RETURNS

Nothing.

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to the function.

Implemented in "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".