Skip to content

Improve the set method of everything-rs #5

@iamxiaojianzheng

Description

@iamxiaojianzheng

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);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions