IOlkAccount::FreeMemory
Frees memory allocated by the IOlkAccount interface.
Quick Info
See IOlkAccount.
HRESULT IOlkAccount::FreeMemory (
BYTE *pv,
);
Parameters
- pv
[in] A pointer to memory to be freed.
Return Values
S_OK if the call succeeded; otherwise, an error code.
Remarks
Use this method to free memory allocated by IOlkAccount::GetProp (if the value of the specified account property is a binary or string type) and IOlkAccount::GetAccountInfo.