Scroll to navigation

MAPIFreeBuffer(3w) Wine API MAPIFreeBuffer(3w)

NAME

MAPIFreeBuffer (MAPI32.16)

SYNOPSIS

ULONG MAPIFreeBuffer
(
LPVOID lpBuffer
)
 

DESCRIPTION

MAPIFreeBuffer@4 ( MAPI32.17).
Free a block of memory and any linked allocations associated with it.
 

PARAMS

lpBuffer [In] Memory to free, returned from MAPIAllocateBuffer(3w).
 

RETURNS

S_OK.
 

IMPLEMENTATION

Declared in "util.h".
Implemented in "dlls/mapi32/util.c".
Debug channel "mapi".
Oct 2012 Wine API