Leaked source code of windows server 2003
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
816 B

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /**********************************************************************/
  5. /*
  6. lmuicmn.h
  7. Definitions for the common LMUI libraries
  8. This file must remain C-includable.
  9. FILE HISTORY:
  10. beng 30-Jul-1992 Created
  11. */
  12. extern "C"
  13. {
  14. // BLT corresponds to the module handle for lmuicmn0.dll,
  15. // which contains (or attempts to contain) all the GUI components.
  16. extern HMODULE hmodBlt;
  17. // BASE corresponds to the module handle for lmuicmn1.dll,
  18. // which contains LMOBJ, the registry classes, etc.
  19. extern HMODULE hmodBase;
  20. }