Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
690 B

  1. ////////////////////////////////////////////////////////////////////////////////
  2. //
  3. // File: User.h
  4. // Created: Jan 1996
  5. // By: Ryan Marshall (a-ryanm) and Martin Holladay (a-martih)
  6. //
  7. // Project: Resource Kit Desktop Switcher (MultiDesk)
  8. //
  9. //
  10. ////////////////////////////////////////////////////////////////////////////////
  11. #ifndef __MULTIDESK_USER_H__
  12. #define __MULTIDESK_USER_H__
  13. BOOL CreateMainWindow();
  14. BOOL CreateTransparentLabelWindow();
  15. BOOL PlaceOnTaskbar(HWND hWnd);
  16. BOOL RemoveFromTaskbar(HWND hWnd);
  17. BOOL CloseRequestHandler(HWND hWnd);
  18. void UpdateCurrentUI(HWND hWnd);
  19. void HideOrRevealUI(HWND hWnd, BOOL bHide);
  20. void RenameDialog(HWND hWnd, UINT nBtnIndex);
  21. #endif