/// <summary> /// 获取下次搜索的唯一编号 /// </summary> /// <returns>编号</returns> public static uint CF_GetReplyID() { try { if (CP_Platform == EPlatform.X86) { return(ModEverything32.Everything_GetReplyID()); } else { return(ModEverything64.Everything_GetReplyID()); } } catch (Exception ex) { throw ex; } }