Share via


IOlkAccountManager::FreeMemory [Outlook 2003 API Reference]

Frees memory allocated by the IOlkAccountManager interface.

Quick Info

See IOlkAccountManager.

HRESULT IOlkAccountManager::FreeMemory ( 
    BYTE *pv,
);

Parameters

pv

[in] Pointer to the memory to free.

Remarks

Use this method to release memory allocated by IOlkAccountManager::GetOrder.

See Also

IOlkAccountManager::GetOrder