// Everything IPC test // this tests the lib and the dll. #include #include "..\include\Everything.h" int main(int argc,char **argv) { printf("SDK test\n"); Everything_SetSearchW(L"sonic tails"); Everything_SetRequestFlags(EVERYTHING_REQUEST_FILE_NAME|EVERYTHING_REQUEST_PATH|EVERYTHING_REQUEST_SIZE); Everything_SetSort(EVERYTHING_SORT_SIZE_DESCENDING); printf("Execute Query\n"); Everything_QueryW(TRUE); printf("Result List Request Flags %08x\n",Everything_GetResultListRequestFlags()); { DWORD i; for(i=0;i