IMAPISupport::GetMemAllocRoutines
The IMAPISupport::GetMemAllocRoutines
method retrieves the addresses of the MAPI memory allocation and deallocation
functions: MAPIAllocateBuffer
Quick Info
See IMAPISupport
: IUnknown
HRESULT GetMemAllocRoutines(
LPALLOCATEBUFFER FAR * lppAllocateBuffer, |
|
LPALLOCATEMORE FAR * lppAllocateMore, |
|
LPFREEBUFFER FAR * lppFreeBuffer |
|
) |
|
Parameters
lppAllocateBuffer
[out] Pointer
to a pointer to the MAPIAllocateBuffer
lppAllocateMore
[out] Pointer
to a pointer to the MAPIAllocateMore
lppFreeBuffer
[out] Pointer
to a pointer to the MAPIFreeBuffer
Return Values
S_OK
The function
addresses were successfully returned.
Remarks
The IMAPISupport::GetMemAllocRoutines
method is implemented for all support objects. Service providers call IMAPISupport::GetMemAllocRoutines
to get the addresses of the three memory allocation functions passed to their
initialization function: ABProviderInit
See Also