Problem about WUA Api
C / C++ / MFC
1
Posts
1
Posters
1
Views
1
Watching
-
Hi all, In my program, I have the following statement:
ISearchResultPtr spIsr = spWuSearcher->Search(criteria);
Most of time, the program will excute successfully, but when "criteria" is _T("UpdateID='12345678-9abc-def0-1234-56789abcdef0'"), then spIsr->Updates->Count is 0, but not 1 which is the right value. Is there anyone who knows why or when this happens? NOTE: I'm sure the "UpdateID" is right. Any reply is appreciated. Thanks a lot:)