private uint AddEvent(AdpsParam param) { uint anaID = 0; IVXProtocol.AdpsSdk_AddEvent(m_loginIDAdps, param, out anaID); return(anaID); }