private AdpsInfo GetAdpsEventByID(uint eventID)
 {
     return(IVXProtocol.AdpsSdk_GetEventInfoByID(m_loginIDAdps, eventID));
 }