Windows NT 4.0 source code leak
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.

45 lines
1.3 KiB

4 years ago
  1. /*****************************************************************************
  2. *
  3. * SECWIN.H
  4. *
  5. * Copyright (C) Microsoft Corporation 1990 - 1994.
  6. * All Rights reserved.
  7. *
  8. *****************************************************************************/
  9. /*****************************************************************************
  10. *
  11. * Defines
  12. *
  13. *****************************************************************************/
  14. #define MAX_WSMAG 6 // max total number of wsmags in file
  15. /*****************************************************************************
  16. *
  17. * Typedefs
  18. *
  19. *****************************************************************************/
  20. /*
  21. Window smag struct contains info about a secondary window: caption,
  22. placement, maximization state, and background color of main and
  23. non-scrolling regions.
  24. */
  25. typedef GH HWSMAG;
  26. /*****************************************************************************
  27. *
  28. * Prototypes
  29. *
  30. *****************************************************************************/
  31. typedef const char *PCSTR;
  32. VOID STDCALL Destroy2nd (VOID);
  33. BOOL STDCALL FFocusSzHde (PCSTR, HDE, BOOL);
  34. VOID STDCALL SetFocusHwnd (HWND);
  35. HWND STDCALL HwndMemberNsz (PCSTR);
  36. extern char rgch2ndMember[MAX_WINDOW_NAME];