def SetLongPrm (offset, value): """ """ if offset == INF_PROCNAME: raise NotImplementedError, "Please use idaapi.set_processor_type() to change processor" return _IDC_SetAttr(idaapi.cvar.inf, _INFMAP, offset, value)