mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 19:11:51 +00:00
[RAPPS] add a layer of window above the richedit (#2871)
* add one more layer of window * use ATL to create window * set pLink to NULL to avoid wild pointer
This commit is contained in:
parent
88cdb9696b
commit
eacaf65459
4 changed files with 171 additions and 58 deletions
|
@ -10,6 +10,7 @@ INT GetClientWindowHeight(HWND hwnd);
|
|||
|
||||
VOID CopyTextToClipboard(LPCWSTR lpszText);
|
||||
VOID SetWelcomeText();
|
||||
VOID ShowPopupMenuEx(HWND hwnd, HWND hwndOwner, UINT MenuID, UINT DefaultItem);
|
||||
VOID ShowPopupMenu(HWND hwnd, UINT MenuID, UINT DefaultItem);
|
||||
BOOL StartProcess(ATL::CStringW &Path, BOOL Wait);
|
||||
BOOL StartProcess(LPWSTR lpPath, BOOL Wait);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue