Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

globals.h File Reference

Go to the source code of this file.

Defines

#define LHND   (LMEM_MOVEABLE | LMEM_ZEROINIT)
#define LMHtoP(handle)
#define LOCALALLOC(dwFlags, dwBytes, hInstance)   (*pfnLocalAlloc)(dwFlags, dwBytes, hInstance)
#define LOCALREALLOC(hMem, dwBytes, dwFlags, hInstance, ppv)   (*pfnLocalReAlloc)(hMem, dwBytes, dwFlags, hInstance, ppv)
#define LOCALLOCK(hMem, hInstance)   (*pfnLocalLock)(hMem, hInstance)
#define LOCALUNLOCK(hMem, hInstance)   (*pfnLocalUnlock)(hMem, hInstance)
#define LOCALSIZE(hMem, hInstance)   (*pfnLocalSize)(hMem, hInstance)
#define LOCALFREE(hMem, hInstance)   (*pfnLocalFree)(hMem, hInstance)
#define UNKNOWN_CONIME   ~0

Variables

CONST ALWAYSZERO gZero
int gcWheelDelta
WORD gDispatchTableValues
WCHAR awchSlashStar []
CHAR achSlashStar []
PSERVERINFO gpsi
SHAREDINFO gSharedInfo
HMODULE hmodUser
ULONG_PTR gHighestUserAddress
BOOL gfServerProcess
BOOL gfSystemInitialized
ACCESS_MASK gamWinSta
PVOID pUserHeap
CONST CFNSCSENDMESSAGE gapfnScSendMessage []
WCHAR szUSER32 []
CONST WCHAR szNull []
CONST WCHAR szOneChar []
WCHAR szSLASHSTARDOTSTAR []
CONST BYTE mpTypeCcmd []
CONST BYTE mpTypeIich []
CONST UINT SEBbuttons []
CONST BYTE rgReturn []
ATOM atomMDIActivateProp
ATOM gatomReaderMode
CRITICAL_SECTION gcsLookaside
CRITICAL_SECTION gcsHdc
CRITICAL_SECTION gcsClipboard
CRITICAL_SECTION gcsAccelCache
HDC ghdcBits2
HDC ghdcGray
HFONT ghFontSys
HBRUSH ghbrWindowText
int gcxGray
int gcyGray
LPWSTR pwcHighContrastScheme
LPSTR pcHighContrastScheme
PFNFINDA pfnFindResourceExA
PFNFINDW pfnFindResourceExW
PFNLOAD pfnLoadResource
PFNLOCK pfnLockResource
PFNUNLOCK pfnUnlockResource
PFNFREE pfnFreeResource
PFNSIZEOF pfnSizeofResource
PFNLALLOC pfnLocalAlloc
PFNLREALLOC pfnLocalReAlloc
PFNLLOCK pfnLocalLock
PFNLUNLOCK pfnLocalUnlock
PFNLSIZE pfnLocalSize
PFNLFREE pfnLocalFree
PFNGETEXPWINVER pfnGetExpWinVer
PFN16GALLOC pfn16GlobalAlloc
PFN16GFREE pfn16GlobalFree
PFNGETMODFNAME pfnGetModFileName
PFNEMPTYCB pfnWowEmptyClipBoard
PFNWOWWNDPROCEX pfnWowWndProcEx
PFNWOWDLGPROCEX pfnWowDlgProcEx
PFNWOWEDITNEXTWORD pfnWowEditNextWord
PFNWOWCBSTOREHANDLE pfnWowCBStoreHandle
PFNGETPROCMODULE16 pfnWowGetProcModule
PFNWOWTELLWOWTHEHDLG pfnWOWTellWOWThehDlg
PFNWOWMSGBOXINDIRECTCALLBACK pfnWowMsgBoxIndirectCallback
PFNWOWILSTRCMP pfnWowIlstrcmp
UNICODE_STRING strRootDirectory
HINSTANCE ghinstOLE
FARPROC gpfnOLEOleUninitialize
FARPROC gpfnOLERegisterDD
FARPROC gpfnOLERevokeDD
FARPROC gpfnOLEDoDD
PACCELCACHE gpac
DWORD gfConIme
FARPROC gfnWinStationSendMessageW
HINSTANCE ghinstWinStaDll


Define Documentation

#define LHND   (LMEM_MOVEABLE | LMEM_ZEROINIT)
 

Definition at line 90 of file ntuser/client/globals.h.

Referenced by ECCopy(), ECDeleteText(), ECInsertText(), ECNcCreate(), ECSetText(), ImmCreateIMCC(), ImmReSizeIMCC(), InternalImmLockIMC(), and MB_CopyToClipboard().

#define LMHtoP handle   ) 
 

Definition at line 93 of file ntuser/client/globals.h.

#define LOCALALLOC dwFlags,
dwBytes,
hInstance   )     (*pfnLocalAlloc)(dwFlags, dwBytes, hInstance)
 

Definition at line 107 of file ntuser/client/globals.h.

Referenced by ECNcCreate().

#define LOCALFREE hMem,
hInstance   )     (*pfnLocalFree)(hMem, hInstance)
 

Definition at line 117 of file ntuser/client/globals.h.

Referenced by ECNcDestroyHandler().

#define LOCALLOCK hMem,
hInstance   )     (*pfnLocalLock)(hMem, hInstance)
 

Definition at line 111 of file ntuser/client/globals.h.

Referenced by ECLock(), and ECUnlock().

#define LOCALREALLOC hMem,
dwBytes,
dwFlags,
hInstance,
ppv   )     (*pfnLocalReAlloc)(hMem, dwBytes, dwFlags, hInstance, ppv)
 

Definition at line 109 of file ntuser/client/globals.h.

Referenced by ECDeleteText(), ECInsertText(), ECSetText(), MLInsertCrCrLf(), and MLSetHandle().

#define LOCALSIZE hMem,
hInstance   )     (*pfnLocalSize)(hMem, hInstance)
 

Definition at line 115 of file ntuser/client/globals.h.

Referenced by ECDeleteText(), ECInsertText(), ECSetText(), and MLSetHandle().

#define LOCALUNLOCK hMem,
hInstance   )     (*pfnLocalUnlock)(hMem, hInstance)
 

Definition at line 113 of file ntuser/client/globals.h.

Referenced by ECUnlock().

#define UNKNOWN_CONIME   ~0
 

Definition at line 182 of file ntuser/client/globals.h.

Referenced by ImeSetContextHandler().


Variable Documentation

CHAR achSlashStar[]
 

Definition at line 29 of file ntuser/client/globals.h.

Referenced by xxxDlgDirListHelper().

ATOM atomMDIActivateProp
 

Definition at line 55 of file ntuser/client/globals.h.

Referenced by MDIActivateDlgInit(), MDIActivateDlgProcWorker(), and MDIActivateDlgSize().

WCHAR awchSlashStar[]
 

Definition at line 28 of file ntuser/client/globals.h.

Referenced by xxxDlgDirListHelper().

ACCESS_MASK gamWinSta
 

Definition at line 39 of file ntuser/client/globals.h.

Referenced by GetCursorPos(), and GetSysColor().

CONST CFNSCSENDMESSAGE gapfnScSendMessage[]
 

Definition at line 43 of file ntuser/client/globals.h.

Referenced by xxxDispatchMessage().

ATOM gatomReaderMode
 

Definition at line 56 of file ntuser/client/globals.h.

Referenced by EnterReaderMode(), and SmoothScrollWindowEx().

CRITICAL_SECTION gcsAccelCache
 

Definition at line 61 of file ntuser/client/globals.h.

Referenced by AddAccResource(), ClientThreadSetup(), DestroyAcceleratorTable(), LoadAcc(), and UserClientDllInitialize().

CRITICAL_SECTION gcsClipboard
 

Definition at line 60 of file ntuser/client/globals.h.

Referenced by ClientEmptyClipboard(), GetClipboardData(), SetClipboardData(), and UserClientDllInitialize().

CRITICAL_SECTION gcsHdc
 

Definition at line 59 of file ntuser/client/globals.h.

Referenced by BitmapFromDIB(), CopyBmp(), CreateIconIndirect(), DrawIconEx(), DrawStateW(), InnerGrayStringAorW(), LoadBmp(), UserClientDllInitialize(), and xxxStaticPaint().

CRITICAL_SECTION gcsLookaside
 

Definition at line 58 of file ntuser/client/globals.h.

Referenced by AllocLookasideEntry(), FreeLookasideEntry(), InitLookaside(), and UserClientDllInitialize().

int gcWheelDelta
 

Definition at line 24 of file ntuser/client/globals.h.

Referenced by ListBoxWndProcWorker(), MLEditWndProc(), and MLKillFocus().

int gcxGray
 

Definition at line 75 of file ntuser/client/globals.h.

Referenced by DrawStateW(), InitClientDrawing(), and InnerGrayStringAorW().

int gcyGray
 

Definition at line 76 of file ntuser/client/globals.h.

Referenced by DrawStateW(), InitClientDrawing(), and InnerGrayStringAorW().

WORD gDispatchTableValues
 

Definition at line 26 of file ntuser/client/globals.h.

Referenced by ClientThreadSetup(), NtUserProcessConnect(), and UserClientConnect().

DWORD gfConIme
 

Definition at line 181 of file ntuser/client/globals.h.

Referenced by ImeNotifyHandler(), and ImeSetContextHandler().

FARPROC gfnWinStationSendMessageW
 

Definition at line 189 of file ntuser/client/globals.h.

Referenced by ServiceMessageBox().

BOOL gfServerProcess
 

Definition at line 37 of file ntuser/client/globals.h.

Referenced by ClientThreadSetup(), CtxInitUser32(), LoadAppDlls(), UserClientDllInitialize(), and xxxStaticLoadImage().

BOOL gfSystemInitialized
 

Definition at line 38 of file ntuser/client/globals.h.

Referenced by ClientThreadSetup().

HBRUSH ghbrWindowText
 

Definition at line 74 of file ntuser/client/globals.h.

Referenced by InitClientDrawing(), and InnerGrayStringAorW().

HDC ghdcBits2
 

Definition at line 71 of file ntuser/client/globals.h.

HDC ghdcGray
 

Definition at line 72 of file ntuser/client/globals.h.

Referenced by DrawFocusRect(), DrawStateW(), InitClientDrawing(), and InnerGrayStringAorW().

HFONT ghFontSys
 

Definition at line 73 of file ntuser/client/globals.h.

ULONG_PTR gHighestUserAddress
 

Definition at line 35 of file ntuser/client/globals.h.

HINSTANCE ghinstOLE
 

Definition at line 167 of file ntuser/client/globals.h.

Referenced by __ClientLoadOLE(), LoadOLEOnce(), and UserClientDllInitialize().

HINSTANCE ghinstWinStaDll
 

Definition at line 190 of file ntuser/client/globals.h.

Referenced by ServiceMessageBox(), and UserClientDllInitialize().

PACCELCACHE gpac
 

Definition at line 176 of file ntuser/client/globals.h.

Referenced by AddAccResource(), and FindAccResource().

FARPROC gpfnOLEDoDD
 

Definition at line 171 of file ntuser/client/globals.h.

FARPROC gpfnOLEOleUninitialize
 

Definition at line 168 of file ntuser/client/globals.h.

Referenced by LoadOLEOnce().

FARPROC gpfnOLERegisterDD
 

Definition at line 169 of file ntuser/client/globals.h.

Referenced by __ClientLoadOLE(), __ClientRegisterDragDrop(), and LoadOLEOnce().

FARPROC gpfnOLERevokeDD
 

Definition at line 170 of file ntuser/client/globals.h.

Referenced by __ClientLoadOLE(), __ClientRevokeDragDrop(), and LoadOLEOnce().

PSERVERINFO gpsi
 

Definition at line 31 of file ntuser/client/globals.h.

SHAREDINFO gSharedInfo
 

Definition at line 32 of file ntuser/client/globals.h.

CONST ALWAYSZERO gZero
 

Definition at line 22 of file ntuser/client/globals.h.

HMODULE hmodUser
 

Definition at line 34 of file ntuser/client/globals.h.

Referenced by AppendToWindowsMenu(), ClientThreadSetup(), ConvertDIBIcon(), CopyImageFromRes(), DefFrameProcWorker(), ECMenu(), ECSetIMEMenu(), EnterReaderMode(), HelpMenu(), LoadBmp(), LoadDIB(), LoadIcoCur(), MessageBoxWorker(), ReaderWndProc(), RW_RegisterControls(), RW_RegisterDDEML(), SoftModalMessageBox(), SplFreeResource(), UserClientDllInitialize(), and xxxLoadSysMenu().

CONST BYTE mpTypeCcmd[]
 

Definition at line 50 of file ntuser/client/globals.h.

Referenced by MessageBoxWorker().

CONST BYTE mpTypeIich[]
 

Definition at line 51 of file ntuser/client/globals.h.

Referenced by MessageBoxWorker().

LPSTR pcHighContrastScheme
 

Definition at line 79 of file ntuser/client/globals.h.

Referenced by SystemParametersInfo().

PFN16GALLOC pfn16GlobalAlloc
 

Definition at line 134 of file ntuser/client/globals.h.

Referenced by GetEditDS(), and UserRegisterWowHandlers().

PFN16GFREE pfn16GlobalFree
 

Definition at line 135 of file ntuser/client/globals.h.

Referenced by ReleaseEditDS(), and UserRegisterWowHandlers().

PFNFINDA pfnFindResourceExA
 

Definition at line 120 of file ntuser/client/globals.h.

Referenced by UserClientDllInitialize(), and UserRegisterWowHandlers().

PFNFINDW pfnFindResourceExW
 

Definition at line 121 of file ntuser/client/globals.h.

Referenced by UserClientDllInitialize(), and UserRegisterWowHandlers().

PFNFREE pfnFreeResource
 

Definition at line 125 of file ntuser/client/globals.h.

Referenced by UserRegisterWowHandlers().

PFNGETEXPWINVER pfnGetExpWinVer
 

Definition at line 133 of file ntuser/client/globals.h.

Referenced by UserRegisterWowHandlers().

PFNGETMODFNAME pfnGetModFileName
 

Definition at line 136 of file ntuser/client/globals.h.

PFNLOAD pfnLoadResource
 

Definition at line 122 of file ntuser/client/globals.h.

Referenced by UserClientDllInitialize(), and UserRegisterWowHandlers().

PFNLALLOC pfnLocalAlloc
 

Definition at line 127 of file ntuser/client/globals.h.

Referenced by UserRegisterWowHandlers().

PFNLFREE pfnLocalFree
 

Definition at line 132 of file ntuser/client/globals.h.

Referenced by UserRegisterWowHandlers().

PFNLLOCK pfnLocalLock
 

Definition at line 129 of file ntuser/client/globals.h.

Referenced by UserRegisterWowHandlers().

PFNLREALLOC pfnLocalReAlloc
 

Definition at line 128 of file ntuser/client/globals.h.

Referenced by UserRegisterWowHandlers().

PFNLSIZE pfnLocalSize
 

Definition at line 131 of file ntuser/client/globals.h.

Referenced by UserRegisterWowHandlers().

PFNLUNLOCK pfnLocalUnlock
 

Definition at line 130 of file ntuser/client/globals.h.

Referenced by UserRegisterWowHandlers().

PFNLOCK pfnLockResource
 

Definition at line 123 of file ntuser/client/globals.h.

Referenced by UserRegisterWowHandlers().

PFNSIZEOF pfnSizeofResource
 

Definition at line 126 of file ntuser/client/globals.h.

Referenced by UserClientDllInitialize(), and UserRegisterWowHandlers().

PFNUNLOCK pfnUnlockResource
 

Definition at line 124 of file ntuser/client/globals.h.

Referenced by UserRegisterWowHandlers().

PFNWOWCBSTOREHANDLE pfnWowCBStoreHandle
 

Definition at line 141 of file ntuser/client/globals.h.

Referenced by SetClipboardData(), and UserRegisterWowHandlers().

PFNWOWDLGPROCEX pfnWowDlgProcEx
 

Definition at line 139 of file ntuser/client/globals.h.

Referenced by UserRegisterWowHandlers().

PFNWOWEDITNEXTWORD pfnWowEditNextWord
 

Definition at line 140 of file ntuser/client/globals.h.

Referenced by UserRegisterWowHandlers().

PFNEMPTYCB pfnWowEmptyClipBoard
 

Definition at line 137 of file ntuser/client/globals.h.

Referenced by ClientEmptyClipboard(), ECCopy(), MB_CopyToClipboard(), and UserRegisterWowHandlers().

PFNGETPROCMODULE16 pfnWowGetProcModule
 

Definition at line 142 of file ntuser/client/globals.h.

Referenced by UserRegisterWowHandlers().

PFNWOWILSTRCMP pfnWowIlstrcmp
 

Definition at line 145 of file ntuser/client/globals.h.

Referenced by UserRegisterWowHandlers().

PFNWOWMSGBOXINDIRECTCALLBACK pfnWowMsgBoxIndirectCallback
 

Definition at line 144 of file ntuser/client/globals.h.

Referenced by UserRegisterWowHandlers().

PFNWOWTELLWOWTHEHDLG pfnWOWTellWOWThehDlg
 

Definition at line 143 of file ntuser/client/globals.h.

Referenced by TellWOWThehDlg(), and UserRegisterWowHandlers().

PFNWOWWNDPROCEX pfnWowWndProcEx
 

Definition at line 138 of file ntuser/client/globals.h.

Referenced by UserRegisterWowHandlers().

PVOID pUserHeap
 

Definition at line 41 of file ntuser/client/globals.h.

Referenced by RtlCaptureAnsiString(), RtlCaptureLargeAnsiString(), and UserClientDllInitialize().

LPWSTR pwcHighContrastScheme
 

Definition at line 78 of file ntuser/client/globals.h.

Referenced by SystemParametersInfo().

CONST BYTE rgReturn[]
 

Definition at line 53 of file ntuser/client/globals.h.

CONST UINT SEBbuttons[]
 

Definition at line 52 of file ntuser/client/globals.h.

Referenced by MessageBoxWorker().

UNICODE_STRING strRootDirectory
 

Definition at line 147 of file ntuser/client/globals.h.

Referenced by CommonCreateWindowStation(), CommonOpenWindowStation(), and UserClientDllInitialize().

CONST WCHAR szNull[]
 

Definition at line 46 of file ntuser/client/globals.h.

CONST WCHAR szOneChar[]
 

Definition at line 47 of file ntuser/client/globals.h.

WCHAR szSLASHSTARDOTSTAR[]
 

Definition at line 48 of file ntuser/client/globals.h.

Referenced by xxxDlgDirListHelper().

WCHAR szUSER32[]
 

Definition at line 45 of file ntuser/client/globals.h.


Generated on Sat May 15 19:43:54 2004 for test by doxygen 1.3.7