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

clglobal.c File Reference

#include "precomp.h"

Go to the source code of this file.

Variables

CONST ALWAYSZERO gZero
int gcWheelDelta
WCHAR awchSlashStar [] = L"\\*"
CHAR achSlashStar [] = "\\*"
PSERVERINFO gpsi
SHAREDINFO gSharedInfo
HMODULE hmodUser
ULONG_PTR gHighestUserAddress
BOOL gfServerProcess
BOOL gfSystemInitialized
ACCESS_MASK gamWinSta
PVOID pUserHeap
WCHAR szUSER32 [] = TEXT("USER32")
CONST WCHAR szNull [2] = { TEXT('\0'), TEXT('\015') }
CONST WCHAR szOneChar [] = TEXT("0")
WCHAR szSLASHSTARDOTSTAR [] = TEXT("\\*")
LPWSTR pwcHighContrastScheme
LPSTR pcHighContrastScheme
CONST BYTE mpTypeCcmd [] = { 1, 2, 3, 3, 2, 2, 3 }
CONST BYTE mpTypeIich [] = { 0, 2, 5, 12, 9, 16, 19 }
CONST UINT SEBbuttons []
ATOM atomMDIActivateProp
CRITICAL_SECTION gcsLookaside
CRITICAL_SECTION gcsHdc
CRITICAL_SECTION gcsClipboard
CRITICAL_SECTION gcsAccelCache
HDC ghdcBits2
HDC ghdcGray
HFONT ghFontSys
HBRUSH ghbrWindowText
int gcxGray
int gcyGray
FPLPKTABBEDTEXTOUT fpLpkTabbedTextOut = UserLpkTabbedTextOut
FPLPKPSMTEXTOUT fpLpkPSMTextOut = UserLpkPSMTextOut
FPLPKDRAWTEXTEX fpLpkDrawTextEx = (FPLPKDRAWTEXTEX)NULL
PLPKEDITCALLOUT fpLpkEditControl = (PLPKEDITCALLOUT)NULL
PFNFINDA pfnFindResourceExA
PFNFINDW pfnFindResourceExW
PFNLOAD pfnLoadResource
PFNLOCK pfnLockResource = (PFNLOCK)_LockResource
PFNUNLOCK pfnUnlockResource = (PFNUNLOCK)_UnlockResource
PFNFREE pfnFreeResource = (PFNFREE)_FreeResource
PFNSIZEOF pfnSizeofResource
PFNLALLOC pfnLocalAlloc = (PFNLALLOC)DispatchLocalAlloc
PFNLREALLOC pfnLocalReAlloc = (PFNLREALLOC)DispatchLocalReAlloc
PFNLLOCK pfnLocalLock = (PFNLLOCK)DispatchLocalLock
PFNLUNLOCK pfnLocalUnlock = (PFNUNLOCK)DispatchLocalUnlock
PFNLSIZE pfnLocalSize = (PFNLSIZE)DispatchLocalSize
PFNLFREE pfnLocalFree = (PFNLFREE)DispatchLocalFree
PFNGETEXPWINVER pfnGetExpWinVer = RtlGetExpWinVer
PFN16GALLOC pfn16GlobalAlloc
PFN16GFREE pfn16GlobalFree
PFNEMPTYCB pfnWowEmptyClipBoard
PFNWOWWNDPROCEX pfnWowWndProcEx
PFNWOWDLGPROCEX pfnWowDlgProcEx
PFNWOWEDITNEXTWORD pfnWowEditNextWord
PFNWOWCBSTOREHANDLE pfnWowCBStoreHandle
PFNGETPROCMODULE16 pfnWowGetProcModule
PFNWOWTELLWOWTHEHDLG pfnWOWTellWOWThehDlg
PFNWOWMSGBOXINDIRECTCALLBACK pfnWowMsgBoxIndirectCallback
PFNWOWILSTRCMP pfnWowIlstrcmp
HINSTANCE ghinstOLE
FARPROC gpfnOLEOleUninitialize
FARPROC gpfnOLERegisterDD
FARPROC gpfnOLERevokeDD
FARPROC gpfnOLEDoDD
PACCELCACHE gpac
DWORD gfConIme = UNKNOWN_CONIME
FARPROC gfnWinStationSendMessageW
HINSTANCE ghinstWinStaDll


Variable Documentation

CHAR achSlashStar[] = "\\*"
 

Definition at line 49 of file clglobal.c.

Referenced by xxxDlgDirListHelper().

ATOM atomMDIActivateProp
 

Definition at line 87 of file clglobal.c.

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

WCHAR awchSlashStar[] = L"\\*"
 

Definition at line 48 of file clglobal.c.

Referenced by xxxDlgDirListHelper().

FPLPKDRAWTEXTEX fpLpkDrawTextEx = (FPLPKDRAWTEXTEX)NULL
 

Definition at line 110 of file clglobal.c.

Referenced by DT_InitDrawTextInfo(), and InitializeLpkHooks().

PLPKEDITCALLOUT fpLpkEditControl = (PLPKEDITCALLOUT)NULL
 

Definition at line 111 of file clglobal.c.

Referenced by ECCreate(), and InitializeLpkHooks().

FPLPKPSMTEXTOUT fpLpkPSMTextOut = UserLpkPSMTextOut
 

Definition at line 109 of file clglobal.c.

Referenced by InitializeLpkHooks().

FPLPKTABBEDTEXTOUT fpLpkTabbedTextOut = UserLpkTabbedTextOut
 

Definition at line 108 of file clglobal.c.

Referenced by InitializeLpkHooks().

ACCESS_MASK gamWinSta
 

Definition at line 59 of file clglobal.c.

Referenced by GetCursorPos(), and GetSysColor().

CRITICAL_SECTION gcsAccelCache
 

Definition at line 92 of file clglobal.c.

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

CRITICAL_SECTION gcsClipboard
 

Definition at line 91 of file clglobal.c.

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

CRITICAL_SECTION gcsHdc
 

Definition at line 90 of file clglobal.c.

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

CRITICAL_SECTION gcsLookaside
 

Definition at line 89 of file clglobal.c.

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

int gcWheelDelta
 

Definition at line 46 of file clglobal.c.

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

int gcxGray
 

Definition at line 105 of file clglobal.c.

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

int gcyGray
 

Definition at line 106 of file clglobal.c.

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

DWORD gfConIme = UNKNOWN_CONIME
 

Definition at line 175 of file clglobal.c.

Referenced by ImeNotifyHandler(), and ImeSetContextHandler().

FARPROC gfnWinStationSendMessageW
 

Definition at line 180 of file clglobal.c.

Referenced by ServiceMessageBox().

BOOL gfServerProcess
 

Definition at line 56 of file clglobal.c.

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

BOOL gfSystemInitialized
 

Definition at line 57 of file clglobal.c.

Referenced by ClientThreadSetup().

HBRUSH ghbrWindowText
 

Definition at line 104 of file clglobal.c.

Referenced by InitClientDrawing(), and InnerGrayStringAorW().

HDC ghdcBits2
 

Definition at line 101 of file clglobal.c.

Referenced by BitmapFromDIB(), ClientThreadSetup(), CopyBmp(), CreateIconIndirect(), CtxInitUser32(), DrawIconEx(), DrawStateW(), DT_InitDrawTextInfo(), LoadBmp(), and xxxStaticPaint().

HDC ghdcGray
 

Definition at line 102 of file clglobal.c.

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

HFONT ghFontSys
 

Definition at line 103 of file clglobal.c.

Referenced by BNReleaseDC(), CleanupGDI(), CreateCompatiblePublicDC(), CreateFontFromWinIni(), DrawStateW(), FinalUserInit(), InitClientDrawing(), InitUserScreen(), InnerGrayStringAorW(), InternalCreateDialog(), IsSysFontAndDefaultMode(), LBTermDC(), UserSetFont(), xxxBNPaint(), xxxDrawState(), and xxxSetNCFonts().

ULONG_PTR gHighestUserAddress
 

Definition at line 54 of file clglobal.c.

Referenced by ImmInitializeGlobals(), MLCreate(), SLCreate(), and UserClientDllInitialize().

HINSTANCE ghinstOLE
 

Definition at line 161 of file clglobal.c.

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

HINSTANCE ghinstWinStaDll
 

Definition at line 181 of file clglobal.c.

Referenced by ServiceMessageBox(), and UserClientDllInitialize().

PACCELCACHE gpac
 

Definition at line 170 of file clglobal.c.

Referenced by AddAccResource(), and FindAccResource().

FARPROC gpfnOLEDoDD
 

Definition at line 165 of file clglobal.c.

FARPROC gpfnOLEOleUninitialize
 

Definition at line 162 of file clglobal.c.

Referenced by LoadOLEOnce().

FARPROC gpfnOLERegisterDD
 

Definition at line 163 of file clglobal.c.

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

FARPROC gpfnOLERevokeDD
 

Definition at line 164 of file clglobal.c.

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

PSERVERINFO gpsi
 

Definition at line 51 of file clglobal.c.

Referenced by _GetComboBoxInfo(), _GetListBoxInfo(), _GetWindowContextHelpId(), _HasCaptionIcon(), _LoadCursorsAndIcons(), _RealChildWindowFromPoint(), _SetCaretBlinkTime(), _SetDbgTag(), _SetDoubleClickTime(), _SetKeyboardState(), _SetRipFlags(), _SetWindowContextHelpId(), _WOWCleanup(), _WOWModuleUnload(), BitBltSysBmp(), BNCalcRect(), ButtonWndProcWorker(), CaretBlinkProc(), CharToOemA(), CharToOemBuffA(), CleanupGDI(), ClientThreadSetup(), ConnectConv(), ConvertDIBBitmap(), ConvertToDDB(), CreateBitmapStrip(), CreateDlgFont(), CreateFontFromWinIni(), CreateScreenBitmap(), CtxBadAppDelay(), DDEMLClientWndProc(), DefWindowProcWorker(), DesktopBuildPaint(), DestroyTask(), DestroyWindowSmIcon(), DirectedScheduleTask(), DrawBox(), DrawCaptionIcon(), DrawEdge(), DrawFocusRect(), DrawFrame(), DrawFrameControl(), DrawGroove(), DrawMenuItemCheckMark(), DrawPushButton(), DrawStateW(), DrawSwitchWndHilite(), DT_InitDrawTextInfo(), DWP_DrawItem(), DWP_GetIcon(), ECSetFont(), FastGetProfileIntFromID(), FillCaptionGradient(), FinalUserInit(), GetAsyncKeyState(), GetBestImage(), GetCapture(), GetCharDimensions(), GetContextHelpId(), GetCursorPos(), GetDbgTagFlags(), GetDefaultWallpaperName(), GetDialogBaseUnits(), GetFrameControlMetrics(), GetFullUserHandle(), GetKeyState(), GetLastInputInfo(), GetLastTopMostWindowNoIME(), GetMaxOverlapChars(), GetRipFlags(), GetRipPID(), GetSysColor(), GetSystemMetrics(), GetWindowBorders(), GetWindowNCMetrics(), HMAllocObject(), HMChangeOwnerThread(), HMGrowHandleTable(), HMInitHandleEntries(), HMInitHandleTable(), IconFromBestImage(), Idf(), Idimc(), ImeCanDestroyDefIME(), ImeSetFutureOwner(), ImeSetTopmost(), ImmRegisterClient(), InitAnsiOem(), InitClientDrawing(), InitializeClientPfnArrays(), InitLoadResources(), InitSwitchWndInfo(), InitUserScreen(), InternalCreateDialog(), InternalDdeInitialize(), IsChildSameThread(), IsFontNotGood(), IsFontTooSmall(), LBGetVariableHeightItemHeight(), LinkWindow(), ListBoxWndProcWorker(), LoadBmp(), LoadCPUserPreferences(), LW_BrushInit(), LW_LoadSomeStrings(), MapClientToServerPfn(), MB_AddPushButtons(), MB_CopyToClipboard(), MB_UpdateDlgHdr(), MB_UpdateDlgItem(), MessageBoxWorker(), MLEditWndProc(), MLMouseMotion(), MNDrawArrow(), MNRecalcTabStrings(), NtUserGetAsyncKeyState(), NtUserGetCaretBlinkTime(), NtUserGetClassName(), NtUserGetCursorInfo(), NtUserGetKeyState(), NtUserSetImeOwnerWindow(), OemToCharA(), OemToCharBuffA(), PackFrameControls(), PeekMessage(), PostMove(), PostShellHookMessages(), ProcessDDEMLInitiate(), ProcessDeviceChanges(), ProcessQueuedMouseEvents(), ProcessUpdateKeyStateEvent(), PseudoDestroyClassWindows(), PtiWindow(), RawInputThread(), RegisterService(), ResetSystemColors(), SetForegroundThread(), SetNCMetrics(), SetSysColor(), SetSysColorsTemp(), SetupClassAtoms(), SetWakeBit(), SetWindowMetricInt(), SoftModalMessageBox(), StaticWndProcWorker(), StoreMessage(), StoreQMessage(), TabTextOut(), TooltipGetPosition(), TooltipRender(), UnlockCaptureWindow(), UpdateAsyncKeyState(), UpdateKeyState(), UpdateUserScreen(), UserClientDllInitialize(), UT_InvertCaret(), Win32KDriverUnload(), Win32UserInitialize(), WinHelpA(), xxxBroadcastDisplaySettingsChange(), xxxButtonDrawCheck(), xxxButtonEvent(), xxxCallJournalPlaybackHook(), xxxCBCreateHandler(), xxxCBShowListBoxWindow(), xxxCheckImeShowStatus(), xxxContScroll(), xxxCreateCaret(), xxxCreateDefaultImeWindow(), xxxCreateThreadInfo(), xxxCreateWindowEx(), xxxCreateWindowSmIcon(), xxxCsDdeInitialize(), xxxDefWindowProc(), xxxDesktopPaintCallback(), xxxDestroyWindow(), xxxDirectedYield(), xxxDrawCaptionBar(), xxxDrawCaptionTemp(), xxxDrawDragRect(), xxxDrawMenuBarUnderlines(), xxxDrawMenuItem(), xxxDrawState(), xxxDWP_SetCursor(), xxxDWP_SetIcon(), xxxFlashWindow(), xxxFocusSetInputContext(), xxxFreeWindow(), xxxGetWindowSmIcon(), xxxHelpLoop(), xxxHkCallHook(), xxxInitWindowStation(), xxxInvalidateDesktopOnPaletteChange(), xxxKeyEvent(), xxxLBCreate(), xxxLBInsertItem(), xxxLBoxCtlCharInput(), xxxLBoxCtlKeyInput(), xxxLBSetFont(), xxxLoadDesktopWallpaper(), xxxMakeWindowForegroundWithState(), xxxMNCompute(), xxxMNDoScroll(), xxxMNGetBitmapSize(), xxxMNItemSize(), xxxMoveSize(), xxxODI_ColorInit(), xxxPaintIconsInSwitchWindow(), xxxProcessKeyEvent(), xxxRealDrawMenuItem(), xxxRecreateSmallIcons(), xxxResetDisplayDevice(), xxxSetAndDrawNCMetrics(), xxxSetClassIconEnum(), xxxSetNCFonts(), xxxSleepTask(), xxxSwitchDesktop(), xxxSysCommand(), xxxSystemParametersInfo(), xxxSystemTimerProc(), xxxTrackBox(), xxxTrackMouse(), xxxTrackMouseMove(), xxxUpdatePerUserAccessPackSettings(), xxxUpdatePerUserSystemParameters(), xxxUpdateSystemIconsFromRegistry(), xxxUserResetDisplayDevice(), xxxUserYield(), xxxWrapCallWindowProc(), zzzClipCursor(), zzzInternalSetCursorPos(), zzzSetCaretPos(), and zzzSetFMouseMoved().

SHAREDINFO gSharedInfo
 

Definition at line 52 of file clglobal.c.

Referenced by _QueryUserHandles(), _WOWCleanup(), _WOWModuleUnload(), AnticipatePost(), ClientThreadSetup(), DestroyHandleTableObjects(), DestroyProcessesObjects(), DestroyProcessInfo(), DestroyThreadsObjects(), FreeDdeXact(), FreeDesktop(), GetFullUserHandle(), HMAllocObject(), HMFreeObject(), HMGrowHandleTable(), HMInitHandleEntries(), HMInitHandleTable(), ImmRegisterClient(), InitMapSharedSection(), MarkThreadsObjects(), MenuRecalc(), NtUserUserHandleGrantAccess(), PatchThreadWindows(), PopState(), PtiWindow(), SendMessageWorker(), UnlinkCursor(), User32InitializeImmEntryTable(), UserClientDllInitialize(), UserRegisterWowHandlers(), Win32UserInitialize(), WowGetDefWindowProcBits(), and xxxUserProcessCallout().

CONST ALWAYSZERO gZero
 

Definition at line 37 of file clglobal.c.

HMODULE hmodUser
 

Definition at line 53 of file clglobal.c.

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[] = { 1, 2, 3, 3, 2, 2, 3 }
 

Definition at line 72 of file clglobal.c.

Referenced by MessageBoxWorker().

CONST BYTE mpTypeIich[] = { 0, 2, 5, 12, 9, 16, 19 }
 

Definition at line 75 of file clglobal.c.

Referenced by MessageBoxWorker().

LPSTR pcHighContrastScheme
 

Definition at line 69 of file clglobal.c.

Referenced by SystemParametersInfo().

PFN16GALLOC pfn16GlobalAlloc
 

Definition at line 132 of file clglobal.c.

Referenced by GetEditDS(), and UserRegisterWowHandlers().

PFN16GFREE pfn16GlobalFree
 

Definition at line 133 of file clglobal.c.

Referenced by ReleaseEditDS(), and UserRegisterWowHandlers().

PFNFINDA pfnFindResourceExA
 

Definition at line 118 of file clglobal.c.

Referenced by UserClientDllInitialize(), and UserRegisterWowHandlers().

PFNFINDW pfnFindResourceExW
 

Definition at line 119 of file clglobal.c.

Referenced by UserClientDllInitialize(), and UserRegisterWowHandlers().

PFNFREE pfnFreeResource = (PFNFREE)_FreeResource
 

Definition at line 123 of file clglobal.c.

Referenced by UserRegisterWowHandlers().

PFNGETEXPWINVER pfnGetExpWinVer = RtlGetExpWinVer
 

Definition at line 131 of file clglobal.c.

Referenced by UserRegisterWowHandlers().

PFNLOAD pfnLoadResource
 

Definition at line 120 of file clglobal.c.

Referenced by UserClientDllInitialize(), and UserRegisterWowHandlers().

PFNLALLOC pfnLocalAlloc = (PFNLALLOC)DispatchLocalAlloc
 

Definition at line 125 of file clglobal.c.

Referenced by UserRegisterWowHandlers().

PFNLFREE pfnLocalFree = (PFNLFREE)DispatchLocalFree
 

Definition at line 130 of file clglobal.c.

Referenced by UserRegisterWowHandlers().

PFNLLOCK pfnLocalLock = (PFNLLOCK)DispatchLocalLock
 

Definition at line 127 of file clglobal.c.

Referenced by UserRegisterWowHandlers().

PFNLREALLOC pfnLocalReAlloc = (PFNLREALLOC)DispatchLocalReAlloc
 

Definition at line 126 of file clglobal.c.

Referenced by UserRegisterWowHandlers().

PFNLSIZE pfnLocalSize = (PFNLSIZE)DispatchLocalSize
 

Definition at line 129 of file clglobal.c.

Referenced by UserRegisterWowHandlers().

PFNLUNLOCK pfnLocalUnlock = (PFNUNLOCK)DispatchLocalUnlock
 

Definition at line 128 of file clglobal.c.

Referenced by UserRegisterWowHandlers().

PFNLOCK pfnLockResource = (PFNLOCK)_LockResource
 

Definition at line 121 of file clglobal.c.

Referenced by UserRegisterWowHandlers().

PFNSIZEOF pfnSizeofResource
 

Definition at line 124 of file clglobal.c.

Referenced by UserClientDllInitialize(), and UserRegisterWowHandlers().

PFNUNLOCK pfnUnlockResource = (PFNUNLOCK)_UnlockResource
 

Definition at line 122 of file clglobal.c.

Referenced by UserRegisterWowHandlers().

PFNWOWCBSTOREHANDLE pfnWowCBStoreHandle
 

Definition at line 138 of file clglobal.c.

Referenced by SetClipboardData(), and UserRegisterWowHandlers().

PFNWOWDLGPROCEX pfnWowDlgProcEx
 

Definition at line 136 of file clglobal.c.

Referenced by UserRegisterWowHandlers().

PFNWOWEDITNEXTWORD pfnWowEditNextWord
 

Definition at line 137 of file clglobal.c.

Referenced by UserRegisterWowHandlers().

PFNEMPTYCB pfnWowEmptyClipBoard
 

Definition at line 134 of file clglobal.c.

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

PFNGETPROCMODULE16 pfnWowGetProcModule
 

Definition at line 139 of file clglobal.c.

Referenced by UserRegisterWowHandlers().

PFNWOWILSTRCMP pfnWowIlstrcmp
 

Definition at line 142 of file clglobal.c.

Referenced by UserRegisterWowHandlers().

PFNWOWMSGBOXINDIRECTCALLBACK pfnWowMsgBoxIndirectCallback
 

Definition at line 141 of file clglobal.c.

Referenced by UserRegisterWowHandlers().

PFNWOWTELLWOWTHEHDLG pfnWOWTellWOWThehDlg
 

Definition at line 140 of file clglobal.c.

Referenced by TellWOWThehDlg(), and UserRegisterWowHandlers().

PFNWOWWNDPROCEX pfnWowWndProcEx
 

Definition at line 135 of file clglobal.c.

Referenced by UserRegisterWowHandlers().

PVOID pUserHeap
 

Definition at line 61 of file clglobal.c.

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

LPWSTR pwcHighContrastScheme
 

Definition at line 68 of file clglobal.c.

Referenced by SystemParametersInfo().

CONST UINT SEBbuttons[]
 

Initial value:

Definition at line 77 of file clglobal.c.

Referenced by MessageBoxWorker().

CONST WCHAR szNull[2] = { TEXT('\0'), TEXT('\015') }
 

Definition at line 64 of file clglobal.c.

Referenced by _FindWindowEx(), xxxODI_ColorInit(), and xxxStaticPaint().

CONST WCHAR szOneChar[] = TEXT("0")
 

Definition at line 65 of file clglobal.c.

Referenced by BNCalcRect(), CreateBitmapStrip(), xxxCBCalcControlRects(), and xxxMB_FindLongestString().

WCHAR szSLASHSTARDOTSTAR[] = TEXT("\\*")
 

Definition at line 66 of file clglobal.c.

Referenced by xxxDlgDirListHelper().

WCHAR szUSER32[] = TEXT("USER32")
 

Definition at line 63 of file clglobal.c.

Referenced by ConvertDIBIcon(), CopyImageFromRes(), CreateAniIcon(), FindExistingCursorIcon(), LoadIcoCur(), and Win32UserInitialize().


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