There are currently some deficiencies.
extern "C" {
pub fn Everything_SetSearchW(lpString: LPCWSTR);
}
extern "C" {
pub fn Everything_SetSearchA(lpString: LPCSTR);
}
extern "C" {
pub fn Everything_SetMatchPath(bEnable: BOOL);
}
extern "C" {
pub fn Everything_SetMatchCase(bEnable: BOOL);
}
extern "C" {
pub fn Everything_SetMatchWholeWord(bEnable: BOOL);
}
extern "C" {
pub fn Everything_SetRegex(bEnable: BOOL);
}
extern "C" {
pub fn Everything_SetMax(dwMax: DWORD);
}
extern "C" {
pub fn Everything_SetOffset(dwOffset: DWORD);
}
extern "C" {
pub fn Everything_SetReplyWindow(hWnd: HWND);
}
extern "C" {
pub fn Everything_SetReplyID(dwId: DWORD);
}
extern "C" {
pub fn Everything_SetSort(dwSort: DWORD);
}
extern "C" {
pub fn Everything_SetRequestFlags(dwRequestFlags: DWORD);
}
There are currently some deficiencies.