Search found 2 matches

by Icewather
Tue Jan 29, 2019 7:42 am
Forum: Development, plugins and third party software
Topic: Variable type: "out long"
Replies: 2
Views: 15267

Re: Variable type: "out long"

Thanks a lot!! great! you helped me very much!!
by Icewather
Mon Jan 28, 2019 3:12 pm
Forum: Development, plugins and third party software
Topic: Variable type: "out long"
Replies: 2
Views: 15267

Variable type: "out long"

I try to change this csharp Code [DllImport("Everything64.dll")] public static extern bool Everything_GetResultDateModified(UInt32 nIndex, out long lpFileTime); to vb.net code Public Declare Function Everything_GetResultDateModified Lib "Everything32.dll" (ByVal nIndex As UInt32,...