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.
|
|
/**********************************************************************/ /** Microsoft Windows/NT **/ /** Copyright(c) Microsoft Corp., 1991 **/ /**********************************************************************/
/*
lmuicmn.h Definitions for the common LMUI libraries
This file must remain C-includable.
FILE HISTORY: beng 30-Jul-1992 Created */
extern "C" { // BLT corresponds to the module handle for lmuicmn0.dll,
// which contains (or attempts to contain) all the GUI components.
extern HMODULE hmodBlt;
// BASE corresponds to the module handle for lmuicmn1.dll,
// which contains LMOBJ, the registry classes, etc.
extern HMODULE hmodBase; }
|