Search found 2 matches

by qishao
Mon Apr 11, 2016 7:28 am
Forum: Development, plugins and third party software
Topic: how can i use evething SDK to find all files on disks?
Replies: 2
Views: 12672

Re: how can i use evething SDK to find all files on disks?

:) ,Thanks very much,it's ok now.

but use "wcout <<szText << L"\n"<<endl". the results can't be displayed on the console.

Instead of using "wprintf(_T("%s\n"),strTemp)".
by qishao
Thu Mar 31, 2016 2:09 am
Forum: Development, plugins and third party software
Topic: how can i use evething SDK to find all files on disks?
Replies: 2
Views: 12672

how can i use evething SDK to find all files on disks?

hi all, I using the latest SDK to find the all files on disk.codes as bellow: Everything_SetRegex(FALSE); Everything_SetMatchPath(FALSE); Everything_SetMatchCase(FALSE); Everything_SetMatchWholeWord(FALSE); Everything_SetMax(EVERYTHING_IPC_ALLRESULTS); Everything_SetSearchW(L""); DWORD i; ...