IWABObject::FreeBuffer method (wabapi.h)
Frees memory allocated with IWABObject::AllocateBuffer or any of the other Windows Address Book (WAB) methods.
Syntax
HRESULT FreeBuffer(
LPVOID lpBuffer
);
Parameters
lpBuffer
Type: LPVOID
Pointer to the buffer to be freed.
Return value
Type: HRESULT
Returns S_OK if the call succeeded and freed the memory requested.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | wabapi.h |
DLL | Wab32.dll |