⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dflat32.def

📁 ReactOS是一些高手根据Windows XP的内核编写出的类XP。内核实现机理和API函数调用几乎相同。甚至可以兼容XP的程序。喜欢研究系统内核的人可以看一看。
💻 DEF
字号:
;
; ReactOS dflat32 Console Windowing Library
;
LIBRARY DFLAT32.DLL

EXPORTS
DfCreateWindow		
DfInitialize                    ;message.c		
DfPostMessage                   ;message.c
DfSendMessage                   ;message.c
DfDispatchMessage               ;message.c
handshake                       ;message.c
TestCriticalError		;stubs.c
;DefaultWndProc         
;BaseWndProc            
;WindowHeight           
;WindowWidth            
;ClientWidth            
;ClientHeight           
;GetTop			
;GetBottom		
;GetLeft			
;GetRight		
;GetClientTop		
;GetClientBottom		
;GetClientLeft		
;GetClientRight		
;GetParent		
;FirstWindow
;LastWindow 
;NextWindow
;PrevWindow 
CharInView
;TopBorderAdj
;BorderAdj
;GetTitle
AddTitle
;GetClass
;GetAttribute
;AddAttribute
;ClearAttribute
;TestAttribute
isVisible			;normal.o
;GetText
;GetTextLines
;TextLine
;SetProtected
isActive
GetCommandText
ActivateCommand
DeactivateCommand
GetCommandToggle
SetCommandToggle
ClearCommandToggle
InvertCommandToggle
ItemSelected
;DialogBox
ControlWindow
;MessageBox
;CancelBox
;ErrorMessage
;TestErrorMessage
;YesNoBox
MomentaryMessage
InputBox
;SliderBox
RadioButtonSetting
;EnableButton
;DisableButton
;ButtonEnabled
PutItemText
;PutComboListText
GetItemText
;GetEditBoxText
;GetComboBoxText
;SetEditBoxText
;SetComboBoxText
;GetDlgText
;SetDlgText
;GetDlgTextBox
;SetDlgTextBox
;SetCheckBox
;ClearCheckBox
CheckBoxSetting
;SetDlgTitle
LoadHelpFile
DisplayHelp				;helpbox.o
;HelpComment
UnLoadHelpFile				;helpbox.o
;SearchText
;ReplaceText
;SearchNext
WriteTextLine
PutWindowLine
PutWindowChar
DrawVector
DrawBox
DrawBar
;WindowClientColor
;WindowReverseColor
;WindowFrameColor
;WindowHighlightColor
MarkTextBlock
;ClearTextBlock
CopyToClipboard 			;clipbord.o
CopyTextToClipboard			;clipbord.o
PasteText                               ;clipbord.o
ClearClipboard				;clipbord.o
WatchIcon                               ;watch.o
;
;
;
; Everything below here is not part of the dflat32 api (documentation)
DfTerminate
LoadConfig

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -