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