IWABObject::AllocateBufferIWABObject::AllocateBuffer*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IWABObject
*Next Topic: IWABObject::AllocateMore

IWABObject::AllocateBuffer

HRESULT AllocateBuffer(
    ULONG  cbSize,
    LPVOID FAR *  lppBuffer
);

Allocates a memory for a buffer. This is the allocation routine that should be used for buffers passed to Internet Explorer Address Book methods. The buffer should be freed with FreeBuffer and can be reallocated with AllocateMore.

cbSize
Specified size, in bytes, of the buffer to be allocated.
lppBuffer
Returned buffer pointer.

Back to top


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.