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.

RETURNS

S_OK.

IMPLEMENTATION

Declared in "mapi.h". https://source.winehq.org/source/include/mapi.h

Implemented in "dlls/mapi32/util.c". https://source.winehq.org/source/dlls/mapi32/util.c

Debug channel "mapi".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.