mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 06:52:07 +00:00
[RAPPS] CMainWindow: make szSearchPattern a member
This commit is contained in:
parent
ba80f057c5
commit
85d6055201
3 changed files with 2 additions and 6 deletions
|
@ -2,9 +2,6 @@
|
|||
#include <windef.h>
|
||||
#include <atlstr.h>
|
||||
|
||||
class CAvailableApps;
|
||||
|
||||
HWND CreateMainWindow();
|
||||
DWORD_PTR ListViewGetlParam(INT item);
|
||||
INT ListViewAddItem(INT ItemIndex, INT IconIndex, LPWSTR lpName, LPARAM lParam);
|
||||
VOID SetStatusBarText(LPCWSTR szText);
|
||||
|
@ -17,4 +14,3 @@ VOID NewRichEditText(const ATL::CStringW& szText, DWORD flags);
|
|||
VOID InsertRichEditText(const ATL::CStringW& szText, DWORD flags);
|
||||
CAvailableApps * GetAvailableApps();
|
||||
extern HWND hListView;
|
||||
extern ATL::CStringW szSearchPattern;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue