Share via


IOlkAccountManager::FreeMemory

Frees memory allocated by the IOlkAccountManager interface.

Quick Info

See IOlkAccountManager.

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

Parameters

  • pv
    [in] A pointer to the memory to free.

Return Values

S_OK if the call succeeded; otherwise, an error code.

Remarks

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

See also

IOlkAccountManager::GetOrder