windows-nt/Source/XPSP1/NT/admin/netui/common/h/lmuicmn.h
2020-09-26 16:20:57 +08:00

29 lines
788 B
C

/**********************************************************************/
/** 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;
}