ReactOS 0.4.15-dev-7953-g1f49173
OSK_GLOBALS Struct Reference

#include <precomp.h>

Collaboration diagram for OSK_GLOBALS:

Public Attributes

HINSTANCE hInstance
 
HWND hMainWnd
 
HBRUSH hBrushGreenLed
 
UINT_PTR iTimer
 
PKEYBOARD_STRUCT Keyboard
 
HWNDhKeys
 
HFONT hFont
 
WCHAR szTitle [MAX_PATH]
 
BOOL bShowWarning
 
BOOL bIsEnhancedKeyboard
 
BOOL bSoundClick
 
BOOL bAlwaysOnTop
 
INT PosX
 
INT PosY
 
WCHAR FontFaceName [LF_FACESIZE]
 
LONG FontHeight
 

Detailed Description

Definition at line 50 of file precomp.h.

Member Data Documentation

◆ bAlwaysOnTop

BOOL OSK_GLOBALS::bAlwaysOnTop

Definition at line 65 of file precomp.h.

◆ bIsEnhancedKeyboard

BOOL OSK_GLOBALS::bIsEnhancedKeyboard

Definition at line 63 of file precomp.h.

◆ bShowWarning

BOOL OSK_GLOBALS::bShowWarning

Definition at line 62 of file precomp.h.

◆ bSoundClick

BOOL OSK_GLOBALS::bSoundClick

Definition at line 64 of file precomp.h.

◆ FontFaceName

WCHAR OSK_GLOBALS::FontFaceName[LF_FACESIZE]

Definition at line 68 of file precomp.h.

◆ FontHeight

LONG OSK_GLOBALS::FontHeight

Definition at line 69 of file precomp.h.

◆ hBrushGreenLed

HBRUSH OSK_GLOBALS::hBrushGreenLed

Definition at line 54 of file precomp.h.

◆ hFont

HFONT OSK_GLOBALS::hFont

Definition at line 58 of file precomp.h.

◆ hInstance

HINSTANCE OSK_GLOBALS::hInstance

Definition at line 52 of file precomp.h.

◆ hKeys

HWND* OSK_GLOBALS::hKeys

Definition at line 57 of file precomp.h.

◆ hMainWnd

HWND OSK_GLOBALS::hMainWnd

Definition at line 53 of file precomp.h.

◆ iTimer

UINT_PTR OSK_GLOBALS::iTimer

Definition at line 55 of file precomp.h.

◆ Keyboard

PKEYBOARD_STRUCT OSK_GLOBALS::Keyboard

Definition at line 56 of file precomp.h.

◆ PosX

INT OSK_GLOBALS::PosX

Definition at line 66 of file precomp.h.

◆ PosY

INT OSK_GLOBALS::PosY

Definition at line 67 of file precomp.h.

◆ szTitle

WCHAR OSK_GLOBALS::szTitle[MAX_PATH]

Definition at line 59 of file precomp.h.


The documentation for this struct was generated from the following file: