public static Int32 XT_ProcessSearchHit(ref SearchHitInfo info) { ImportedMethods.XWFOutputMessage(string.Format( "C# Dll: XT_ProcessSearchHit called, info.nItemID = {0}, info.nFlags = {1}" , info.nItemID, info.nFlags)); /* * from the docs: * * Return 0, except if you want X-Ways Forensics to abort the search (return -1) * or if you want X-Ways Forensics to stop calling you (return -2). */ return(0); }
public static Int32 XT_ProcessSearchHit(ref SearchHitInfo info) { ImportedMethods.XWFOutputMessage(string.Format( "C# Dll: XT_ProcessSearchHit called, info.nItemID = {0}, info.nFlags = {1}" , info.nItemID, info.nFlags)); /* from the docs: Return 0, except if you want X-Ways Forensics to abort the search (return -1) or if you want X-Ways Forensics to stop calling you (return -2). */ return 0; }