Search found 2 matches

by Kajoj
Thu Jan 23, 2020 9:38 pm
Forum: Development, plugins and third party software
Topic: SDK translated to Delphi
Replies: 15
Views: 63322

Re: SDK translated to Delphi

Thanks for the tip, it works now :) However, I had to add the Everything_SetRequestFlags function with EVERYTHING_REQUEST_SIZE parameter before Everything_QueryW. Working code below: const EVERYTHING_REQUEST_FILE_NAME = $1; EVERYTHING_REQUEST_SIZE = $10; procedure Everything_SetRequestFlags(dwReques...
by Kajoj
Thu Jan 16, 2020 12:41 pm
Forum: Development, plugins and third party software
Topic: SDK translated to Delphi
Replies: 15
Views: 63322

Re: SDK translated to Delphi

Could anyone extend this example to use the Everything_GetResultSize function?
Thanks!