FreeHamItemInfo
Syntax
native FreeHamItemInfo(itemInfo_handle);
Usage
| Parameter | Description |
|---|---|
| itemInfo_handle | ItemInfo handle created via CreateHamItemInfo(). |
Description
Frees an ItemIndo handle created with CreateHamItemInfo(). Do not call this more than once per handle, or on handles not created through CreateHamItemInfo().
Return
This function has no return value.