Esempio n. 1
0
 /// <summary>
 /// 获取下次搜索的窗体句柄
 /// </summary>
 /// <returns></returns>
 public static IntPtr CF_GetReplyWindow()
 {
     try
     {
         if (CP_Platform == EPlatform.X86)
         {
             return(ModEverything32.Everything_GetReplyWindow());
         }
         else
         {
             return(ModEverything64.Everything_GetReplyWindow());
         }
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }