bool CreateItem(string sName,string sKey,string sData=NULL,int iSize=0)
Return values
Non zero if the function is successful; otherwise 0.
Parameters
Remarks
The function creates an item and an sub item called a "key", the user can associate data with this key. The data can later be acquired by called the function FindItem.