IOlkAccount::FreeMemory

IOlkAccount::FreeMemory

Frees memory allocated by the IOlkAccount interface.

Quick Info

See IOlkAccount.

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

Parameters

pv

[in] Pointer to memory to be freed.

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.

See Also

IOlkAccount::GetAccountInfo

IOlkAccount::GetProp