Files
PowerToys/.github/actions/spell-check/expect.txt
Samuel Chapleau 648f30d1ab [Peek] Powertoys Peek MVP (#25922)
* Peek (#22498)

* Add peek dll project

* add spacebar preview and launch on hotkey press

* add todo

* add process handle to handle continuous press of hotkey

* add tool to stop all powertoys processes

* Add a blank Peek page and update nav menu

* Add some initial content to Peek page including a toggle

* refactor settings parsing

* rename spacebar peek to peek viewer

* rename script to stop powertoys processes

* remove tool

* Adding FileUtils for retrieving selected file in File Explorer

* Remove unnecessary SndPeekSettings

* Add shortcut setting

* Set the shortcut to ctrl+space

* Launching viewer with selected FE file

* Add PeekUI WinUI3 project with interop events

* Moving FileTypeUtils into PeekFileUtils project

* execute winui3 app on hotkey

* Fix paths with spaces

* remove winui3 project

* Resolve comment

* add wpf app with toggle visibility on hotkey

* fix visibility on startup

* remove window properties and add todos

* Fixed hidden extension and system file handling

* wip

* Add working WPF app with FileExplorer querying

* remove c++ projects

* Move native awaiter

* Working Image control with image files

* Resize and move window based on explorer monitor

* Image render, window positioning and sizing clean up

* add window management logic and selection logic

* add extension methods to add circular iterating capability to linkedlistnode

* Add OnArrowKeyPresshandler

* Added titlebar with file name and scaling with titlebar height

* fix flashing window on startup and process kept alive when powertoys exits

* remove wait for debugger loop in ui

* Add KeyIsDown method

* Fix KeyDown issue with Key handled and check for repeat

* Add thumbnail logic

* Add all folder items if only one item is selected

* File type helper

* Using hresult

* Add cancellation and rotation handling

* Use extension instead of path

* fIX CONFLICTS

* Fixing some file type checks

* Add new icon for Peek

* Update page with the new Peek icon

* Initialize IsEnabled and hook ActivationShortcut to dllmain

* add icon to taskbar and titlebar

* Add theme sensitive backgrounds

* rename event handlers

* add settings image

* Move window data into obserable object

* Refactor viewmodel, interop and helpers

* Clean up

* Add loading spinner

* Add todos

* Fix conflicts

* Move native code into its own folder

* Add peek to installer

* Fix building peek and peekui projects

* Replace UWP namespaces to WinAppSDK

* Working WASDK placeholder project

* Add exit when powertoys runner exit

* Working winui3 with image display

* Add WIC project with <TreatWarningAsErros> false for now

* Fit content to window

* Use Size from Windows.Foundation

* Change order

* Add some todos

* Refactored native/interop code and added helpers to imagepreviewer

* Rename projects

* Move some code

* Remove using

Co-authored-by: Michael Salmon <miksalmon@users.noreply.github.com>
Co-authored-by: Michael Salmon 🐟 <michaelpsalmon@outlook.com>
Co-authored-by: Alireza Ebadi Ghajari <alirezae@microsoft.com>
Co-authored-by: Jessie Su <Jessie.Su@microsoft.com>
Co-authored-by: sujessie <102062556+sujessie@users.noreply.github.com>

* Bump Microsoft.Windows.SDK.BuildTools version

* [Peek] Plugin pattern to enable any file type previewing (#22475)

* [Peek] Fetching image size through PropertyStore (#22530)

* Fetching metadata from PropertySTore

* Releasing objects to fix crash

* Creating new PropertyHelper

Co-authored-by: Daniel Chau <dancha@microsoft.com>

* Juliata/filetypes (#22538)

* Using the same list of file extensions as Lightbox's AppxManifest, and ensuring we convert file extension to lowercase

* Add IsFileTypeSupported to IPreviewer

* respond to PR comments

* Add scale awareness to window centering (#22541)

* [Peek] Fix installer builds, project configs and update assets (#22540)

* Update installer

* Fix installer errors

* Fix peek vcxproj

* Add package signing

* Add peek to arm64

* Add back ARM64 toMeasureToolUI

* Add versions to project

* Update assets and icons

* Add correct icon

* [Peek] Enable PropertyStore for offline files (#22567)

* Enabling PropertyStore for offline files

Co-authored-by: Daniel Chau <dancha@microsoft.com>

* [Peek] Adding unsupported file previewer (#22598)

* Unsupported file previewer

* Fix file display info

* Fix property store calls

* Update TODO

* [Peek] Add WebView2 integration (#22506)

* First commit with WIP logic to support WV2 in Peek module

* Minor code cleanup and try/catch block

* Added control to wrap WebView2 logic

* Cleanup

* Added logic to handle HTML previewing
Properly update FilePreview according to file type

* Code cleanup
Updated comments

* Updated comment

* Removed comment

* Code cleanup

* Improved opening of web browser preview to avoid "blank" or "seeing previous page" issue
Removed unused method
Added xaml fallback to guarantee default/starting state

* Removed folder

* Updated factory logic to match master

* address code review

* addressed PR review

* address PR review

* Address PR review

* address PR review

* Address PR review

* [Peek] Add basic file querying and navigation (#22589)

* Refactor to facilitate file data initialization

* Extract file-related code to new FileManager class

* Add temp basic version

* Clean + add todo for cancellations

* Fix various nav-related issues

* Temp - start moving iteration-related code to bg thread

* Minor tweaks

* Add FEHelper todo

* Rename FileManager + various tweaks

* Add basic throttling

* Improve bg thread synchronization

* Clean

* Clean

* Rename based on feedback

* Rename FileQuery

* Rename properties

* Rename remaining fields

* Add todos for nav success/failures

Co-authored-by: Esteban Margaron <emargaron@microsoft.com>

* [Peek] Add customized title bar  (#22600)

* Add basic button UI

* Add function to get default app name and to open file in default app

* Correct error output

* Add filename to titlebar

* Remove titlebar text from Resw

* Add basic button UI

* Add function to get default app name and to open file in default app

* Add filename to titlebar

* Correct error output

* Remove titlebar text from Resw

* Add SetDragRectangles

* Correct logic, update function name

* Add localization

* Cleanup and adaptive width

* Add fileIndex/NumberOfFiles for multiple files activation

* Refine titlebar styles

* Update error message; Return HResult from native methods; Update variable initialisation and string null testing

* Titlebar height and adaptive width refinement

* Add fallback to launch app picker if fail to open default app

* Temp change to hide AppTitle_FileCount

* Update launch button to command; Add keyboard accelerator

* Update titlebar inactive background color

* Update tooltip to add keyboard accelerator

* Add comments to resw file

* Fix accidental deletion from previous merge

Co-authored-by: Jojo Zhou <yizzho@microsoft.com>
Co-authored-by: Yawen Hou <yawenhou@microsoft.com>

* Fix crash

* Fix wrong thread exception

* Make CurrentItemIndex setter private

* Update titlebar filecount text

* Fix titlebar draggable region and interactive region (bump WinAppSdk to latest)

* [Peek] Unsupported File Previewer - Formatting string from resources (#22609)

* Moving to string resource usage

* Moving ReadableStringHelper to common project

* Fix comments

* [Peek] Fix foregrounding (#22633)

* Fixing foregrounding

* Get window handle inside BringToForeground extension method

Co-authored-by: Daniel Chau <dancha@microsoft.com>
Co-authored-by: Samuel Chapleau <sachaple@microsoft.com>

* [Peek] ImagePreviewer - Handle error states (#22637)

* add better preview state handling

* add error handling in imagepreviewer and better state handling

* fix error handling so exception is not bubbled up

* improve performance and hook up unsupported previewer on error

* remove commented code

* address pr comments

* [Peek] add PDF viewing support (#22636)

* [Peek] add PDF viewing support

* Fixed issue which would redirect some HTML and PDF files to external browser

* Fixed refactored interface name

* [Peek] Refine titlebar adaptive width (#22642)

* Adjust adaptive width of titlebar

* Remove visualstate setters for AppTitle_FileCount

Co-authored-by: Jojo Zhou <yizzho@microsoft.com>

* [Peek] New File Explorer tabs break Shell API to get selected files (#22641)

* fix FE tab bug

* remove unnecessary unsafe keyword

* [Peek] add extra logic to properly render PNG files with transparency (#22613)

* [Peek] added extra logic to render PNG files with proper transparency

* Moved logic to ThumbnailHelper
Cleanup

* Created a separated previewer for PNG to only load the preview image with thumbnail logic

* removed unused code

* Updated state loading change

* [Peek] Unsupported File Previewer - Setting Window Size (#22645)

* Adding setting for unsupported file window

* Fix

* [Peek] Add tooltip to File (#22640)

* Add tooltip to File

* Add placeholder text for no tooltip

* Address comments

* Use StringBuilder

Co-authored-by: Jojo Zhou <yizzho@microsoft.com>

* Add full image quality support (#22654)

* [Peek] Window foregrounding simplification and fixes + keep window visible if FE single selection changed (#22657)

* Use different apis to bring to foreground removing remote thread wait and work as well as library loading

* Keep window open if single selected file in FE is different

* Removed unused methods

* [Peek] Add cancellation token OnFilePropertyChanged (#22643)

* Cancel file loading before opening another file

* Add omitted cancellation checks

* Catch task cancelled exception; Add more cancellation checkpoints

* Add cancellation checkpoint beofre GetBitmapFromHBitmapAsync

* Correct typo

* Update to pass cancellation token individually to each async methods

* Add lost cancellationToken source

* Add cancellation token to PngPreviewer

Co-authored-by: Yawen Hou <yawenhou@microsoft.com>

* [Peek] Unsupported File Previewer - Preserve Transparency For File Icons (#22650)

* Preserving transparency or icons

* Remove TODO

Co-authored-by: Samuel Chapleau <sachaple@microsoft.com>

* [Peek] Update some installer build steps + assets update (#22683)

* Fix settings & peek.ui.wpf

* Add back missing icon

* Add missing files and actions to installer

* Keep window open if the selected file in explorer is different (only works for single file selection)

* Undo last

* [Peek] Add copy keyboard accelerator (#22647)

* add copy keyboard accelerator

* Fix comments

Co-authored-by: Samuel Chapleau <sachaple@microsoft.com>

* [Peek] add WV2 improvements (behavior and UX) (#22685)

* [Peek] added logic to get max monitor size for opening WebView2

* Removed ununsed dependency property

* Added workaround for cases where the web page would not finish navigating in a quick timing, for example google.com.

* Remove window extensions from common and use nullable size argument instead

Co-authored-by: Samuel Chapleau <sachaple@microsoft.com>

* [Peek] Merge main, self-contained .NET and fix WebView2 user data dir issue (#22899)

* Merge remote-tracking branch 'origin/main' into peek

* Test sc

* Set WebView2 user data dir

* spellcheck

* Fix comment

* Move check if higher quality image is already loaded to the exact line where we change the Preview bitmap (#23083)

* Fix opening Peek when FE window is set to full name path (#23082)

* Move check for png thubmnail loading priority

* Remove Peek.UI.WPF project

* Remove duplicated method in powertoys setup

* [Peek] Fix selecting files from the correct focused opened File Explorer tab & from Desktop (#23489)

* Get file based on active tab handle instead of window title

* Refactor code to get active tab

* Getting all items from the shell API working again, except for desktop

* Refactor and cleanup com & native code

* Add back removed peek xaml assets in Product.wxs

* Remove some dependencies that do not seem necessary in Product.wxs

* [Peek] Small images (#23554)

* change stretch value

* compare with actual window size

* consider scaling factor

* set max size

* clean up

* clean up

* clean up previewers

* scaling factor in bitmap previewer

* max image size property

* [Peek]Handle errors for HEIC/HEIF and fall back to default previewer if there is no thumbnail (#22684)

* Handle errors when getting filesize by falling back to default previewer

* Bringing back other file types that are fixed with these code changes

---------

Co-authored-by: Samuel Chapleau <sachaple@microsoft.com>

* [Peek] Add unsupported file icon fallback (#23735)

* Refactor icon retrieval, refactor hbitmap to bitmap conversion, add icon fallback

* Add svg to assets in installer

* [Peek] Refactoring of file system models, removal of PngPreviewer, retrieving of folder size via Scripting com reference and other fixes (#23955)

* Refactor icon retrieval, refactor hbitmap to bitmap conversion, add icon fallback

* Add svg to assets in installer

* - Refactor File class into IFileSystemItem, FileItem & FolderItem
- Display size for folders using Scripting namespace
- Remove default app buttons for files or folders not supporting it

* Add better content type via storage apis

* Add check for storagefile in PngPreviewer

* Fix png stretching

* Remove png previewer

* Rename ThumbnailOptions.None to ThumbnailOptions.ResizeToFit

* [Peek] Removed monitor percentage evaluation for the UnsupportedFilePreview control (#24002)

* Remove settings for percentage of windows and keep default min size.

* Fix margin on unsupported control

* Use nullable Size for image size & open file on background thread (#24004)

* [Peek] SVG support (#24237)

* svg previewer

* svg size

* set scaling factor

* set image size

* changed image source type

* non nullable image size

* notify svg previewer changed

* uncomment

* rename BitmapPreviewer

* move svg support

* remove svg previewer

* [Peek] Implementation of a performant and reliable Neighboring Files Query (#24943)

* Use IShellItemArray as the backing array of item

* Finalize and cleanup NFQ implementation

* Cleanup remainder of the code

* Remove unused using

* [Peek] Pin the window position  (#24927)

* [Peek] Telemetry and logging (#25231)

* text preview

* scrolling

* changed size

* webview2 preview

* common preview project

* previewpane: use common project

* peek: use common

* previewpane: moved md

* peek: md

* previewpane: clean up

* clean up

* moved monaco files

* moved formatters

* rename

* moved common monaco helper

* dev files support

* installer

* removed versions

* warnings: culture info

* warnings: names

* clean up

* warnings: dispose

* warnings: default values

* warnings

* warnings: charset

* warnings: exceptions

* suppress warning

* installer: added peek

* changed peek guid

* monaco folders

* peek deps

* peek files

* peek resources

* removed additional monaco folder

* set host name

* Update installer

* hardcode monaco path

* leave single webview control

* moved path to common

* project

* more meaningful todos

* moved temp folder cleanup

* todo

* extension check

* spell: monaco

* spellcheck

* spellcheck

* fix id

* fix spelling

* key to spelling

* id fix

* Fix monaco resolution at install time

* Fix user install. Add needed files

* installer: remove peek localization files. It's a WinUI app

* installer:fix signing

* removed unused

* settings: flyout enable/disable for Peek

* simplify string

* property changed handle

* [Peek][Settings] Peek OOBE page (#25895)

* [Peek] GPO (#25918)

* Add Native methods file to exception

* Fix merge issue on solution file

* Adjust spellcheck

* Remove boilerplate code

* Add module interface telemetry

* Remove change to README.md

* Add entry to README

* Clean up some non-changes

* Fix order of Peek in Settings menu

* [Settings] Make peek descriptions more descriptive

---------

Co-authored-by: Michael Salmon <miksalmon@users.noreply.github.com>
Co-authored-by: Michael Salmon 🐟 <michaelpsalmon@outlook.com>
Co-authored-by: Alireza Ebadi Ghajari <alirezae@microsoft.com>
Co-authored-by: Jessie Su <Jessie.Su@microsoft.com>
Co-authored-by: sujessie <102062556+sujessie@users.noreply.github.com>
Co-authored-by: Daniel Chau <d.chau@alumni.ubc.ca>
Co-authored-by: Daniel Chau <dancha@microsoft.com>
Co-authored-by: jth-ms <73617023+jth-ms@users.noreply.github.com>
Co-authored-by: Robson <rp.pontin@gmail.com>
Co-authored-by: estebanm123 <49930791+estebanm123@users.noreply.github.com>
Co-authored-by: Esteban Margaron <emargaron@microsoft.com>
Co-authored-by: Yawen Hou <Sytta@users.noreply.github.com>
Co-authored-by: Jojo Zhou <yizzho@microsoft.com>
Co-authored-by: Yawen Hou <yawenhou@microsoft.com>
Co-authored-by: Jojo Zhou <39350350+Joanna-Zhou@users.noreply.github.com>
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com>
Co-authored-by: Seraphima Zykova <zykovas91@gmail.com>
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
2023-05-10 10:43:03 -07:00

2404 lines
21 KiB
Plaintext

aaaa
AAAAEF
AAB
AABAD
AACB
AACD
AAD
AADF
abap
ABE
abgr
abi
ABlocked
ABOUTBOX
Abug
ACA
accctrl
Acceleratorkeys
ACCEPTFILES
ACCESSDENIED
accessibilityinsights
ACDB
ACFC
ACFF
Acl
aclapi
AColumn
acrt
activatable
ACTIVATEAPP
activationaction
ADDUNDORECORD
ADifferent
administra
ADMINS
adml
admx
advapi
advfirewall
AEAA
AEAD
AECC
AED
AEE
AEEB
AFAE
AFAEFC
AFDA
AFE
AFeature
AFFE
AFFINETRANSFORM
AFX
AGGREGATABLE
AHybrid
ALarger
alekhyareddy
ALLAPPS
ALLINPUT
ALLOWUNDO
ALLVIEW
ALPHATYPE
Altdown
alwaysontop
amd
AModifier
AMPROPERTY
AMPROPSETID
ANDSCANS
anges
angularsen
Animatable
ansicolor
ANull
AOC
aocfnapldcnfbofgmbbllojgocaelgdd
AOT
APARTMENTTHREADED
APeriod
apidl
APIENTRY
APIIs
APPBARDATA
appdata
APPEXECLINK
APPIDS
appium
Applets
Applicationcan
applicationconfiguration
applicationframehost
applog
appmanifest
APPNAME
appref
apps
appwindow
appwiz
APSTUDIO
AQS
ARCHITEW
arcosh
ARemapped
argb
ari
arik
Arity
arjunbalgovind
ARPINSTALLLOCATION
ARPPRODUCTICON
ARRAYSIZE
arsinh
artanh
arw
asdf
AShortcut
ASingle
ASSOCCHANGED
ASYNCWINDOWPLACEMENT
ASYNCWINDOWPOS
atl
atlbase
atlcom
atleast
atlfile
atlstr
Attribs
aumid
Aut
Authenticode
AUTHN
AUTHZ
AUTOHIDE
AUTOMATIONPROPERTIES
Autorun
AUTOUPDATE
AValid
awakeness
awakeversion
AYUV
azcli
azman
azor
backtracer
BAF
bak
BBE
bbwe
BCA
BCB
BCCE
BCCEA
bck
BDB
BDBAD
BDCC
BDDF
BDFB
BEAA
BEB
BEEAADF
BEEC
BEFA
betadele
betsegaw
BFC
BFDE
BFEB
BFF
BFFA
BGR
bgra
bhid
bigbar
bigobj
binlog
BITMAPFILEHEADER
bitmapimage
BITMAPINFO
BITMAPINFOHEADER
bitmask
BITSPIXEL
bla
BLACKONWHITE
Blockquotes
blogs
Blt
BLUEGRAY
Bluetooth
BLURBEHIND
BLURREGION
bmi
bms
BNumber
Bokm
BOKMAL
bootstrapper
BOOTSTRAPPERINSTALLFOLDER
Bopomofo
BOTTOMALIGN
BPBF
bpmf
bpp
bricelam
BRIGHTGREEN
Browsable
bsd
bstr
bthprops
bti
btn
BTNFACE
Bto
buf
bugreport
BUILDNUMBER
buildtask
buildtransitive
BUTTONUP
BVal
BValue
BYPOSITION
bytearray
CABD
CALG
callbackptr
cameligo
calpwstr
Cangjie
CANRENAME
CAPTUREBLT
CAPTURECHANGED
CARRAY
CAtl
CBA
CBB
CBF
CCCCDE
cch
CCHDEVICENAME
CCHFORMNAME
CCom
CContext
CDAC
CDBF
CDCE
CDD
CDE
cdecl
CDeclaration
CDEF
cdpx
CEAF
CEBAC
CEBD
CECB
CElems
CENTERALIGN
ceq
certlm
certmgr
CFAADB
CFBBF
CFEE
CFFEE
CFFF
cguid
changecursor
Changemove
chdir
CHILDACTIVATE
CHILDWINDOW
chrdavis
Chromakey
Chrzan
CHT
cidl
CIELAB
CIEXYZ
cim
CImage
cla
clangformat
CLASSDC
CLASSNOTAVAILABLE
clayton
clickable
clickonce
CLIENTEDGE
clientid
clientside
CLIPCHILDREN
CLIPSIBLINGS
Cloneable
clrcall
Cls
CLSCTX
clsid
Clusion
cmder
cmdline
Cmds
CMIC
CMINVOKECOMMANDINFO
CMINVOKECOMMANDINFOEX
CMock
CMONITORS
cmpgt
cmyk
cne
cnt
coclass
CODENAME
codeofconduct
codereview
Codespaces
codicon
COINIT
colorconv
colorformat
colorhistory
colorhistorylimit
COLORKEY
COLORONCOLOR
colorpicker
COLORREF
comctl
COMDAT
comdef
comdlg
comexp
cominterop
commandline
COMMANDTITLE
commctrl
compmgmt
COMPOSITIONFULL
comsupp
comsuppw
comsuppwd
comutil
concrt
CONFLICTINGMODIFIERKEY
CONFLICTINGMODIFIERSHORTCUT
CONOUT
Consolas
constexpr
consts
contentdialog
contentfiles
CONTEXTHELP
CONTEXTMENUHANDLER
CONTROLL
CONTROLPARENT
Controlz
copiedcolorrepresentation
cortana
cotaskmem
COULDNOT
countof
CPower
cppblog
cppruntime
cppstd
cppwinrt
CProj
createdump
CREATESCHEDULEDTASK
CREATESTRUCT
CREATEWINDOWFAILED
CRECT
critsec
Crossdevice
CRSEL
crw
CSearch
CSettings
CSIDL
cso
CSRW
CStyle
CSY
CTest
CTRLALTDEL
Ctrls
Ctx
CUI
currentculture
CURRENTDIR
CURSORINFO
cursorpos
customaction
CUSTOMACTIONTEST
CVal
cvd
CVirtual
cvtepu
cvtsi
cwd
cxfksword
CXSCREEN
CXSMICON
CXVIRTUALSCREEN
cyberrex
CYSCREEN
CYSMICON
CYVIRTUALSCREEN
cziplib
DAA
Dac
dacl
DAF
damienleroy
DANGEROUSLYCOMMITMERELYTODISKCACHE
DARKPURPLE
DARKTEAL
DARKYELLOW
datareader
Datavalue
dataversion
DATAW
davidegiacometti
Dayof
DBAE
DBB
DBBDA
DBDE
Dbg
Dbghelp
DBLCLKS
DBLEPSILON
DCAB
DCapture
DCBA
DCBC
DCCB
DCEFCB
DCF
DCOM
dcommon
dcomp
dcompi
DComposition
dcr
dcs
Dct
DDCDD
DDCE
DDEIf
DDevice
ddf
Dds
DDxgi
Deact
debian
debugbreak
DECLAR
declspec
DED
Dedup
DEFAULTBOOTSTRAPPERINSTALLFOLDER
DEFAULTCOLOR
DEFAULTFLAGS
DEFAULTONLY
DEFAULTTONEAREST
DEFAULTTONULL
DEFAULTTOPRIMARY
DEFERERASE
DEFPUSHBUTTON
deinitialization
DELA
DELETEDKEYIMAGE
DELETESCANS
deletethis
Delimarsky
dend
DENORMAL
Deondre
depersist
deprioritized
depsfileslistspath
deref
DESKTOPABSOLUTEEDITING
DESKTOPABSOLUTEPARSING
desktopshorcutinstalled
desktopwindowxamlsource
DEU
devblogs
devdocs
devenum
devmgmt
DEVMODEW
DEVMON
devpkey
DEVSOURCE
DFAB
DFB
DFBEA
DIIRFLAG
dimm
directshow
DISABLEASACTIONKEY
diskmgmt
DISPLAYCHANGE
DISPLAYCONFIG
displayname
divyan
Dlg
DLGFRAME
DLGMODALFRAME
dlib
dllexport
dllhost
dllmain
DNLEN
Dns
DONOTROUND
DONTVALIDATEPATH
dotnet
DPICHANGED
DPIs
DPolicy
DPSAPI
DQTAT
DQTYPE
DRAWFRAME
drawingcolor
dreamsofameaningfullife
drf
drivedetectionwarning
dshow
DSTINVERT
DUMMYUNIONNAME
dutil
DVASPECT
DVASPECTINFO
DVH
DVHD
dvr
DVSD
DVSL
DVTARGETDEVICE
DWINRT
dwl
dwm
dwmapi
DWMCOLORIZATIONCOLORCHANGED
DWMCOMPOSITIONCHANGED
dwmcorei
DWMNCRENDERINGCHANGED
Dwmp
DWMSENDICONICLIVEPREVIEWBITMAP
DWMSENDICONICTHUMBNAIL
DWMWA
DWMWCP
DWMWINDOWATTRIBUTE
DWMWINDOWMAXIMIZEDCHANGE
DWORDLONG
dworigin
dwrite
dxgi
dxgidebug
dxgiformat
dxguid
EAAFE
EABF
EAC
EADC
EAF
EBCF
EBD
EBE
ecl
ecount
EData
EDB
EDCCC
EDFAE
Edid
edis
EDITKEYBOARD
editkeyboardwindow
EDITSHORTCUTS
editshortcutswindow
edshift
EEA
EEB
EEBBE
EEBD
EED
EEDA
EEEE
EEF
EEFA
EFB
EFC
EFDD
EFE
EFFEFC
EFile
eip
ekus
emmintrin
Emoji
ENABLEDELAYEDEXPANSION
enabledisable
ENABLEDPOPUP
endpointvolume
endregion
ENTERSIZEMOVE
ENU
EOAC
epicgames
epu
ERASEBKGND
EREOF
EResize
ERole
ERRORIMAGE
ERRORLEVEL
ERRORTITLE
ESettings
esize
esrp
estructuredtext
etl
etw
EUQ
eurochange
eventlog
eventvwr
everytime
evt
EWXFORCE
EWXFORCEIFHUNG
EWXLOGOFF
EWXPOWEROFF
EWXREBOOT
EWXSHUTDOWN
Exa
exabyte
examplehandler
examplepowertoy
EXAND
Excep
EXCEPINFO
EXCLUDEFROMCAPTURE
exdisp
executionpolicy
exename
exif
EXITSIZEMOVE
exlist
EXPCMDFLAGS
EXPCMDSTATE
explr
exsb
EXSEL
exstyle
EXTENDEDKEY
EXTENDEDVERBS
EXTRINSICPROPERTIES
eyetracker
FABC
fabricbot
FAEDDA
FAF
FAFD
fancymouse
fancyzone
FANCYZONESDRAWLAYOUTTEST
FANCYZONESEDITOR
Farbraum
FARPROC
FBB
FBC
FBDE
FBF
FCAE
FCB
FCCFF
FCD
FCDB
FCDD
FCE
FDB
FDBF
FDC
FDCD
FDE
FDEF
FDF
fdw
FECF
FEDF
FEEF
feimage
FFB
FFBCF
FFBE
FFDDD
FFEB
FFEBEF
fff
fileapi
FILEEXPLORER
FILEFLAGS
FILEFLAGSMASK
FILELOCKSMITH
FILELOCKSMITHEXT
FILELOCKSMITHLIB
FILELOCKSMITHLIBINTEROP
FILEOP
FILEOS
FILESUBTYPE
FILESYSPATH
filetime
FILEVERSION
Filtergraph
Filterkeyboard
Filterx
findfast
firefox
FIXEDFILEINFO
flyout
FOF
FOFX
FOLDERID
folderpath
FORCEMINIMIZE
formatetc
FRAMECHANGED
frankychen
Froml
FROMTOUCH
FSCTL
fsmgmt
FTYPE
Functiondiscoverykeys
fwlink
FZE
gabime
GAC
gacutil
Gaeilge
Gaidhlig
GBarm
Gbits
Gbps
GBs
GCLP
gcnew
gcode
gdi
gdiplus
GDISCALED
GETDESKWALLPAPER
GETDLGCODE
GETDPISCALEDSIZE
GETICON
GETMINMAXINFO
GETPROPERTYSTOREFLAGS
GETSTATE
GETTEXT
GETTEXTLENGTH
GHND
GMEM
GNumber
google
gpedit
gpo
GPOCA
GPT
gpu
graphql
GSM
gtm
gui
guiddef
GUITHREADINFO
GValue
gwl
GWLP
HACCEL
handlekeyboardhookevent
hangeul
Hankaku
hanselman
Hanzi
Hardlines
hardlinks
HARDWAREINPUT
hashcode
Hashset
Hashtable
hashtag
HASHVAL
hbitmap
hbmp
hbr
HBRBACKGROUND
HBRUSH
hcblack
HCERTSTORE
HCRYPTHASH
HCRYPTPROV
hcwhite
hdc
HDR
hdrop
hdwwiz
HEB
Heiko
Helpline
helptext
HGFE
hglobal
hhk
HHmmss
HHOOK
hhx
HIBYTE
hicon
HIDEWINDOW
hif
highlighter
HIMAGELIST
himl
hinst
hinstance
HIWORD
HKCC
HKCR
HKCU
hkey
HKL
HKLM
HKPD
HKU
HLOCAL
HMD
hmenu
hmodule
hmonitor
HOLDENTER
HOLDESC
HOMEPATH
homljgmgpmcbpjbnjpfijnhipfkiclkd
HOOKPROC
Hostbackdropbrush
hotkeycontrol
hotkeys
hotlight
hotspot
HPAINTBUFFER
HPALETTE
HRAWINPUT
hread
HREDRAW
hres
hresult
hrgn
HRSRC
hsb
HSCROLL
hsi
hsl
hstring
hsv
htcfreek
HTCLIENT
HTHUMBNAIL
HTOUCHINPUT
HTTRANSPARENT
HVal
HValue
Hvci
hwb
HWHEEL
HWINEVENTHOOK
hwnd
HWNDFIRST
HWNDLAST
HWNDNEXT
HWNDPREV
hyjiacan
IBase
IBeam
IBitmap
IBlock
ICapture
ICEBLUE
IClass
IColor
ICONERROR
IContext
IData
IDD
IDecoder
IDesktop
IDirect
idl
idlist
IDOn
IDR
idx
IDXGI
IEncoder
IEnum
IExec
IEXPLORE
Iface
IFACEMETHOD
IFACEMETHODIMP
IFile
IFilter
IGraphics
iid
Iindex
IIO
iiq
Ijwhost
IKs
ILogon
IMAGEHLP
imageresizer
IMAGERESIZERCONTEXTMENU
IMAGERESIZEREXT
imageresizerinput
imageresizersettings
imagingdevices
ime
IMetadata
imeutil
inetcpl
Infobar
INFOEXAMPLE
Infotip
ingbuffer
inheritdoc
initguid
Inkscape
Inlines
inorder
INPC
inproc
INPUTHARDWARE
INPUTKEYBOARD
INPUTLANGCHANGED
INPUTMOUSE
INPUTSINK
INPUTTYPE
INSTALLDESKTOPSHORTCUT
INSTALLDIR
INSTALLFOLDER
INSTALLFOLDERTOBOOTSTRAPPERINSTALLFOLDER
INSTALLFOLDERTOPREVIOUSINSTALLFOLDER
INSTALLLOCATION
INSTALLMESSAGE
INSTALLPROPERTY
installscopeperuser
INSTALLSTARTMENUSHORTCUT
INSTALLSTATE
Inste
Intelli
interactable
Interlop
INTRESOURCE
INVALIDARG
invalidoperatioexception
IPalette
ipc
ipcmanager
IPlugin
IPower
ipreview
ipreviewhandlervisualssetfont
IProperty
IPublic
IQuery
IReader
irprops
isbi
ISearch
ISettings
isfinite
IShell
isocpp
ISource
iss
ISurface
ITask
ith
ithumbnail
IUI
IUnknown
IWbem
IWIC
iwr
IYUV
JArray
jfi
jfif
jgeosdfsdsgmkedfgdfgdfgbkmhcgcflmi
jif
jjw
jobject
joefinapps
jpe
JPN
jpnime
Jsons
jsonval
julia
junja
jxr
jyuwono
KBDLLHOOKSTRUCT
kbm
kdc
KEYBDINPUT
keyboardeventhandlers
keyboardmanager
keyboardmanagercommon
KEYBOARDMANAGEREDITOR
keyboardmanagerstate
keyboardmanagerui
keydown
keydropdowncontrol
keyevent
KEYEVENTF
KEYIMAGE
keynum
keyremaps
Keytool
keyup
Kfiles
KILLFOCUS
killrunner
Knownfolders
kotlin
KSPROPERTY
Kybd
LAlt
Lambson
langword
lastcodeanalysissucceeded
Lastdevice
Laute
laviusmotileng
LAYOUTRTL
LBUTTON
LBUTTONDBLCLK
LBUTTONDOWN
LBUTTONUP
Lcid
LCIDTo
lcl
Lclean
LCONTROL
LCtrl
Ldone
ldx
LEFTDOWN
LEFTSCROLLBAR
LEFTUP
lego
len
LError
Lessthan
LEVELID
LExit
lexon
lhs
lhwnd
LIBID
LIGHTORANGE
LIGHTTURQUOISE
lindex
linkedin
linq
LINQTo
listview
lld
LLKH
llkhf
lmcons
LMEM
LMENU
lnk
LOADFROMFILE
LOBYTE
LOCALAPPDATA
LOCALDISPLAY
LOCALPACKAGE
localport
LOCALSYSTEM
LOCATIONCHANGE
LOCKBYTES
LOCKTYPE
logconsole
logfile
LOGFONT
LOGFONTW
logon
LOGPIXELSX
LOn
longdate
LONGLONG
lowlevel
LOWORD
lparam
LPBITMAPINFOHEADER
LPBYTE
LPCITEMIDLIST
LPCMINVOKECOMMANDINFO
LPCREATESTRUCT
LPCRECT
LPCTSTR
LPCWSTR
lpdw
lpfn
lpmi
LPINPUT
LPMINMAXINFO
LPMONITORINFO
LPOSVERSIONINFOEXW
lprc
LPPOINT
LPRECT
LPSAFEARRAY
LPSTR
lpsz
lpt
LPTHREAD
LPTOP
LPTSTR
LPVOID
LPW
lpwndpl
LPWSTR
LReader
LRESULT
lshift
lstrcmp
lstrcmpi
lstrlen
LTRB
LTRREADING
luid
lusrmgr
LVal
LWA
lwin
LZero
lzw
Mainwindow
majortype
MAJORVERSION
makecab
MAKEINTRESOURCE
MAKEINTRESOURCEW
makepri
manifestdependency
MAPPEDTOSAMEKEY
MAPTOSAMESHORTCUT
MAPVK
Markdig
markdownpreviewhandler
MARKDOWNPREVIEWHANDLERCPP
Markovic
martinchrzan
martinmoene
Maximizable
MAXIMIZEBOX
MAXSHORTCUTSIZE
maxversiontested
Mbits
MBR
MBs
MBUTTON
MBUTTONDBLCLK
MBUTTONDOWN
MBUTTONUP
mdc
MDICHILD
MDL
mdtext
mdtxt
mdwn
MEDIASUBTYPE
mediatype
mef
Mega
Melman
MENUITEMINFO
MENUITEMINFOW
MERGECOPY
MERGEPAINT
Metadatas
metafile
mfapi
mfc
mfidl
mfobjects
mfplat
Mfsensorgroup
mftransform
Mgmt
mic
microsoft
MIDDLEDOWN
MIDDLEUP
Midl
mii
MIIM
millis
mindaro
Minimatch
Minimizable
MINIMIZEBOX
MINIMIZEEND
MINIMIZESTART
miniz
minlevel
MINORVERSION
Miracast
mjpg
mkd
mkdn
mlcfg
mmc
mmcexe
MMdd
mmdeviceapi
mmi
mmsys
mmsystem
mockapi
MODECHANGE
modernwpf
MODESPRUNED
MONITORENUMPROC
MONITORINFO
MONITORINFOEX
MONITORINFOEXW
monitorinfof
Monthand
Moq
MOUSEACTIVATE
MOUSEEVENTF
MOUSEHWHEEL
MOUSEINPUT
MOUSELEAVE
MOUSEMOVE
MOUSEWHEEL
MOVESIZEEND
MOVESIZESTART
mozilla
mpmc
MRM
mru
mrw
msbuild
msc
msclr
mscorlib
msdata
msdax
msedge
MSGFLT
MSIFASTINSTALL
MSIHANDLE
msiquery
MSIRESTARTMANAGERCONTROL
msix
MSIXCA
MSLLHOOKSTRUCT
Mso
msp
msrc
msstore
mst
msvc
msvcp
MTND
Mul
MULTIPLEUSE
multizone
mvvm
myfile
MYICON
mysql
NAMECHANGE
nameof
NCACTIVATE
ncc
NCCALCSIZE
NCCREATE
NCDESTROY
NCHITTEST
NCLBUTTONDBLCLK
NCLBUTTONDOWN
NCLBUTTONUP
NCMBUTTONDBLCLK
NCMBUTTONDOWN
NCMBUTTONUP
NCMOUSELEAVE
NCMOUSEMOVE
NCol
ncpa
NCPAINT
NCRBUTTONDBLCLK
NCRBUTTONDOWN
NCRBUTTONUP
NCRENDERING
ndp
NEEDDISPATCH
Nemeth
NESW
netcore
netcoreapp
netcpl
netframework
netsetup
netsh
Neue
newcolor
newdev
newitem
newpath
newrow
Newtonsoft
niels
nielslaute
NIF
NLD
nlog
nls
NLSTEXT
NOACTIVATE
NOAGGREGATION
NOASYNC
NOCLOSEPROCESS
NOCOALESCE
NOCOPYBITS
nodeca
nodiscard
nodoc
NOINHERITLAYOUT
NOINTERFACE
NOLINKINFO
NOMINMAX
NOMIRRORBITMAP
NOMOVE
NONAME
nonclient
NONCONVERT
NONELEVATED
NONINFRINGEMENT
nonstd
NOOPEN
NOOWNERZORDER
NOPARENTNOTIFY
NOREDIRECTIONBITMAP
NOREDRAW
NOREMOVE
norename
NOREPEAT
NOREPOSITION
norestart
NORMALDISPLAY
NORMALUSER
NOSEARCH
NOSENDCHANGING
NOSIZE
notfound
NOTIFICATIONSDLL
NOTIFYICONDATAW
NOTIMPL
notmatch
Noto
NOTOPMOST
NOTRACK
NOTSRCCOPY
NOTSRCERASE
NOUPDATE
NOZORDER
NPH
NResize
nrw
NTAPI
ntdll
ntfs
NTSTATUS
nugets
nullonfailure
numberbox
NUMLOCK
numpad
nwc
Objbase
OBJID
objidl
oblitum
ocr
Ocrsettings
odbc
odbccp
Oem
officehubintl
ofs
oldcolor
olditem
oldnewthing
oldpath
oldtheme
oleaut
OLECHAR
OLEDB
OLIVEGREEN
onebranch
onenote
ONLYIFCURRENT
ONLYONCE
onstd
oobe
OOBEPT
opencode
opensource
openxmlformats
OPTIMIZEFORINVOKE
ORAW
ori
ORPHANEDDIALOGTITLE
ORSCANS
oss
ostr
OSVERSIONINFOEX
OSVERSIONINFOEXW
osvi
OUTOFCONTEXT
OUTOFMEMORY
outpin
Outptr
outputtype
outro
outsettings
OVERLAPPEDWINDOW
overlaywindow
Oversampling
OWNDC
Packagemanager
PACL
PAINTSTRUCT
PALEBLUE
palenshus
PALETTEWINDOW
paramref
PARENTNOTIFY
PARENTRELATIVEEDITING
PARENTRELATIVEFORADDRESSBAR
PARENTRELATIVEPARSING
PArgb
parray
PARTIALCONFIRMATIONDIALOGTITLE
pascaligo
pasteplain
PATCOPY
pathcch
Pathto
PATINVERT
PATPAINT
PAUDIO
pbc
pbgra
PBlob
pcb
pcch
pcelt
pch
PCIDLIST
pcs
PCWSTR
pdb
pdbonly
pdo
pdto
pdtobj
pdw
PDWORD
pedrolamas
pef
PElems
Pels
PERCEIVEDFLAG
Percision
perfmon
pesi
petabyte
peteblois
PEXCEPTION
pfn
pfo
pft
pgp
pgsql
pguid
pkey
PHANDLE
PHANDLER
phbm
phbmp
phwnd
pici
pid
pidl
PIDLIST
PINDIR
pinfo
pinvoke
pipename
PKBDLLHOOKSTRUCT
PKEY
plib
PLK
ploc
ploca
plocm
plugins
pluginsmodel
PMSIHANDLE
Pnp
Popups
POPUPWINDOW
posix
postiats
poweraccent
powerlauncher
POWEROCR
powerpreview
powerquery
powerrename
POWERRENAMECONTEXTMENU
powerrenameinput
POWERRENAMETEST
powertoy
POWERTOYNAME
powertoyssetup
powertoysusersetup
Powrprof
ppenum
ppidl
ppmt
pprm
pproc
pprop
ppshv
ppsi
ppsid
ppsrm
ppsrree
ppsz
pptal
ppv
prc
precomp
Prefixer
Preinstalled
prevhost
previewer
PREVIEWHANDLERFRAMEINFO
previewpane
previouscamera
PREVIOUSINSTALLFOLDER
PREVIOUSVERSIONSINSTALLED
prevpane
PRGBA
prgms
pri
PRINTCLIENT
printmanagement
prm
proactively
PROCESSKEY
PRODEXT
PRODUCTVERSION
productwxspath
Progman
programdata
PROGRAMFILES
projectname
PROPBAG
PROPERTYKEY
PROPERTYNOTFOUND
propkey
PROPVARIANT
propvarutil
prvpane
psapi
pscid
PSECURITY
psfgao
Psr
psrm
psrree
pstatstg
pstm
pstr
pstream
pstrm
PSYSTEM
psz
ptb
ptc
ptd
PTOKEN
PToy
ptstr
pui
PULONG
pvar
pwa
pwcs
pwsh
PWSTR
pwsz
pwtd
QDC
qianlifeng
qit
QITAB
QITABENT
qps
QUERYENDSESSION
QUERYOPEN
QUEUESYNC
Quickime
QUNS
qwertyuiopasdfghjklzxcvbnm
qword
qwrtyuiopsghjklzxvnm
raf
RAII
RAlt
randyrants
Rasterize
RAWINPUT
RAWINPUTDEVICE
RAWINPUTHEADER
RAWPATH
rbhid
Rbp
RBUTTON
RBUTTONDBLCLK
RBUTTONDOWN
RBUTTONUP
rclsid
RCONTROL
RCtrl
READMODE
READWRITE
RECTDESTINATION
RECTL
rectp
rects
redirectedfrom
redis
Redist
redistributable
reencode
reencoded
REFCLSID
REFGUID
REFIID
Refreshable
REGCLS
regedit
regfile
REGFILTER
REGFILTERPINS
REGISTERCLASSFAILED
REGISTRYHEADER
registrypath
registrypreview
REGISTRYPREVIEWEXT
registryroot
regkey
REGPINTYPES
regroot
regsvr
reinit
REINSTALLMODE
reloadable
Remapper
remappings
REMAPSUCCESSFUL
REMAPUNSUCCESSFUL
Remotable
Removedir
Removelnk
renamable
RENAMEONCOLLISION
Renamer
reparse
requery
requerying
rescap
resgen
resheader
resizers
RESIZETOFIT
resmimetype
RESOURCEID
RESTORETOMAXIMIZED
restrictedcapabilities
restrictederrorinfo
resultlist
resw
resx
retval
rfc
RGBE
RGBQUAD
rgbs
rgelt
rgf
rgn
rgs
rhs
ricardosantos
RIDEV
RIGHTDOWN
RIGHTSCROLLBAR
RIGHTUP
riid
RKey
RLO
RMENU
RNumber
roadmap
robmensching
Roboto
rooler
rop
roslyn
roundf
ROUNDSMALL
Rpc
RRF
rrr
RSAT
rshift
rsop
Rsp
Rstrtmgr
RTB
RTLREADING
ruleset
runas
rundll
rungameid
RUNLEVEL
runsettings
runtimeclass
runtimedepsjsonpath
runtimeobject
runtimepack
runtimes
RUS
Rutkas
RValue
rvm
rwin
rwl
rwz
ryanbodrug
saahmedm
sachaple
sacl
SAFEARRAY
safeprojectname
SAMEKEYPREVIOUSLYMAPPED
SAMESHORTCUTPREVIOUSLYMAPPED
Santossio
SAVEFAILED
scancode
scanled
schedtasks
SCID
Scip
scipbe
Scode
scoobe
SCOPEID
screenshot
scrollviewer
sddl
SDKDDK
sdns
searchterm
secpol
Secur
Segoe
Sekan
SENDCHANGE
sendinput
sendvirtualinput
Seperate
Seraphima
serverside
SETCONTEXT
setcursor
setenv
SETFOCUS
SETFOREGROUND
SETICON
setlocal
SETREDRAW
SETTEXT
SETTINGCHANGE
settingsheader
settingshotkeycontrol
SETWORKAREA
setzero
sfgao
SFGAOF
SFP
sharpkeys
SHCNE
SHCNF
SHCONTF
shcore
shellapi
SHELLDETAILS
SHELLDLL
shellex
SHELLEXECUTEINFO
SHELLEXECUTEINFOW
shellscalingapi
SHFILEINFO
SHGDNF
SHGFI
Shl
shldisp
shlobj
shlwapi
shmem
shobjidl
SHORTCUTATLEAST
shortcutcontrol
shortcutguide
SHORTCUTMAXONEACTIONKEY
SHORTCUTNOREPEATEDMODIFIER
SHORTCUTONEACTIONKEY
SHORTCUTSTARTWITHMODIFIER
Shortcuttool
shortdate
SHORTPATH
shortsplit
should't
showcolorname
SHOWDEFAULT
SHOWELEVATIONPROMPT
SHOWMAXIMIZED
SHOWMINIMIZED
SHOWMINNOACTIVE
SHOWNA
SHOWNOACTIVATE
SHOWNORMAL
SHOWWINDOW
shtypes
SIATTRIBFLAGS
SICHINT
sid
siex
sigdn
SIGNINGSCENARIO
Signtool
SINGLEKEY
singlekeyremapcontrol
singletones
sipolicy
SIZEBOX
Sizename
SIZENESW
SIZENS
SIZENWSE
sizeread
SIZEWE
SKIPOWNPROCESS
sku
SLGP
sln
SMALLICON
smartphone
SMTO
snd
snwprintf
softline
somil
Soref
SOURCECLIENTAREAONLY
SOURCEHEADER
sourcesdirectory
spam
spdisp
spdlog
spdo
spec'ing
specialfolder
spesi
splitwstring
spsi
spsia
spsrm
spsv
SRCAND
SRCCOPY
SRCERASE
Srch
SRCINVERT
SRCPAINT
sre
SResize
srf
SRGB
srme
srre
srw
srwlock
sse
ssf
STACKFRAME
stackoverflow
stackpanel
standalone
STARTF
startupapps
STARTUPINFO
STARTUPINFOEX
STARTUPINFOW
startupscreen
STATFLAG
STATICEDGE
STATSTG
stdafx
STDAPI
stdcall
stdcpp
stdcpplatest
STDMETHODCALLTYPE
STDMETHODIMP
stefan
Stereolithography
STGC
STGM
STGMEDIUM
STGTY
sticpl
stl
storelogo
STRINGIZE
stringtable
stringval
Strm
Strmiids
Stroe
Strret
strsafe
strutil
sttngs
Stubless
STYLECHANGED
STYLECHANGING
stylecop
Subdir
subfolders
subkey
SUBLANG
subquery
subresource
Superbar
sut
SVE
SVGIn
SVGIO
svgz
SWC
SWFO
SWP
SWRESTORE
SYMED
SYMOPT
SYNCMFT
SYNCPAINT
SYSCHAR
SYSCOLORCHANGE
SYSCOMMAND
SYSDEADCHAR
sysdm
SYSICONINDEX
SYSKEY
syskeydown
SYSKEYUP
SYSMENU
SYSTEMAPPS
systemroot
SYSTEMTIME
systemverilog
sysvol
Tadele
talynone
TApp
TApplication
TApplied
Taras
targ
TARGETAPPHEADER
TARGETDIR
targetentrypoint
TARGETHEADER
targetnametoken
targetver
taskbar
taskkill
tasklist
taskschd
tchar
tcl
Tcollab
tcs
tcscpy
TCustom
tdbuild
TDefault
TDevice
telem
telephon
Templated
templatenamespace
terabyte
testapp
testcase
testhost
testprocess
TEXCOORD
textblock
TEXTEXTRACTOR
TEXTINCLUDE
themeresources
THH
THICKFRAME
THISCOMPONENT
THotkey
thumbcache
TILEDWINDOW
timedate
timediff
timeunion
timeutil
Titlecase
TKey
TLayout
tlb
tlbimp
TMPVAR
TNP
toggleswitch
toolkitcontrols
toolkitconverters
Toolset
toolwindow
TOPDOWNDIB
TOUCHEVENTF
TOUCHINPUT
touchpad
Towindow
tracelogging
traies
transicc
TRAYMOUSEMESSAGE
triaging
TRK
trl
Tsd
TServer
TStr
TValue
TWF
tymed
typedef
TYPEKEY
TYPEKEYBOARD
TYPELIB
TYPEMOUSE
typeparam
TYPESHORTCUT
UAC
UAL
uap
uby
udit
Udk
Udp
uefi
UHash
UIA
uid
UIEx
uipi
UIs
ULARGE
ULONGLONG
unassign
uncompilable
UNCPRIORITY
UNDNAME
UNICODETEXT
Uninitialize
uninstalling
uninstantiated
uniquifier
Uniquifies
unitconverter
unittests
Unk
unknwn
UNLEN
Unmap
unmute
UNORM
unregistering
unremapped
unsubscribe
unvirtualized
UOffset
Updatelayout
UPGRADINGPRODUCTCODE
Uptool
Usb
USEDEFAULT
USEFILEATTRIBUTES
USERDATA
USERDEFINED
USERDOMAIN
userprofile
USESHOWWINDOW
USESTDHANDLES
USRDLL
Utc
utf
UType
uuidof
uwp
uxtheme
UYVY
vabdq
validmodulename
Vanara
variantassignment
VARTYPE
vcamp
vccorlib
vcdl
vcgtq
VCINSTALLDIR
vcm
vcomp
Vcpkg
VCRT
vcruntime
vcvars
VDesktop
vdi
vdupq
vec
VERBSONLY
VERBW
VERIFYCONTEXT
verrsrc
VERSIONED
VERSIONINFO
Versioning
VFT
vget
vgetq
vid
VIDCAP
videoconference
videoconferencevirtualdriver
VIDEOINFOHEADER
viewbox
viewmodel
vih
VIRTUALDESK
visiblecolorformats
Visibletrue
VKey
VKTAB
vmovl
vorrq
VOS
vpaddlq
Vpn
vqsubq
VREDRAW
vreinterpretq
VSC
VSCBD
vscdb
vsconfig
VSCROLL
vsetq
vsonline
vstemplate
VSTHRD
VSTT
vswhere
vtable
Vtbl
WANTPALM
wbem
wbemuuid
WBounds
Wca
wcautil
WCE
wcex
WClass
wcsnicmp
WDA
wdp
wdupenv
weakme
webcam
webpage
websearch
webserver
website
wekyb
Wevtapi
wgpocpl
WHITEONBLACK
whitespaces
WIC
wifi
wikipedia
wildcards
winapi
winappdriver
wincodec
Wincodecsdk
wincolor
windef
windir
WINDOWCREATED
WINDOWEDGE
WINDOWNAME
WINDOWPLACEMENT
WINDOWPOSCHANGED
WINDOWPOSCHANGING
windowsapp
WINDOWSBUILDNUMBER
Windowscodecs
windowssearch
windowssettings
WINDOWSTYLES
WINDOWSTYLESICON
windowsx
windowwalker
winerror
WINEVENT
winevt
winexe
winforms
winfx
winget
wingetcreate
Winhook
winkey
WINL
winmd
winmm
WINNT
winres
winrt
winsdk
winsdkver
winspool
winternl
WINTHRESHOLD
winui
winuiex
WINVER
winxamlmanager
wistd
withinrafael
Withscript
wix
wixproj
wixtoolset
WIXUI
WKSG
Wlkr
wmain
Wman
wmi
WMICIM
wmimgmt
WMKEYDOWN
WMKEYUP
wmp
WMSYSKEYDOWN
WMSYSKEYUP
wnd
WNDCLASS
WNDCLASSEX
WNDCLASSEXW
WNDPROC
wordpad
workaround
workflows
workspaces
wox
wparam
wpf
wpfdepsjsonpath
wpftmp
wpr
wprp
wql
wregex
WReserved
WResize
writefile
Wrk
wrl
wscui
wsf
wsh
wsl
wss
wstr
wsz
wtoi
WTS
wtsapi
WTSAT
Wubi
wuceffectsi
WVC
Wwan
Wwanpp
XAttribute
XAxis
Xbox
XBUTTON
XBUTTONDBLCLK
XBUTTONDOWN
XBUTTONUP
xcopy
XDocument
XDOWN
XElement
xfd
XFile
XIncrement
XLoc
XNamespace
XOffset
XPixel
XResource
xsi
XStr
XUP
XVIRTUALSCREEN
YAxis
Yeet
YIncrement
yinle
yinwang
yinyue
YOffset
ypescript
YQuantized
YResolution
YStr
YUY
yuyoyuppe
YUYV
YVIRTUALSCREEN
YVU
YVYU
ZEROINIT
ZIndex
zipfile
zipfolder
zonable
zoneset
Zoneszonabletester
Zykova
zzz