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.
- Returns S_OK if the requested buffer was successfully allocated.
- cbSize
- Specified size, in bytes, of the buffer to be allocated.
- lppBuffer
- Returned buffer pointer.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.