This website requires JavaScript.
Explore
Help
Register
Sign In
Intravision
/
reactos
Watch
1
Star
0
Fork
You've already forked reactos
0
mirror of
https://github.com/reactos/reactos.git
synced
2024-11-01 04:11:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dad056e06a
reactos
/
win32ss
/
user
/
ntuser
/
ghost.h
4 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
[WIN32SS][USER32] Add Ghost codes (retrial of #1100) (#1112) CORE-11944
2018-12-11 03:30:59 +00:00
BOOL
FASTCALL
IntMakeHungWindowGhosted
(
HWND
hwndHung
)
;
[NTUSER] Implement creating the system threads - Add UserCreateSystemThread function that will signal csrss to create a new system thread. - NtUserCreateWindowStation: Create the raw input thread and the desktop thread when the IO window station gets created. - IntMakeHungWindowGhosted: Create the ghost system thread that will own all ghost windows. - Let the raw input thread manage the window station of csrss. [USERSRV] Remove system threads creating hack - Implement SrvCreateSystemThreads - Don't create the system threads in UserServerDllInitialization.
2018-12-16 11:16:29 +00:00
VOID
NTAPI
UserGhostThreadEntry
(
VOID
)
;
Reference in a new issue
Copy permalink