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
2025-08-12 06:56:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
3fc6d90c58
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 12:30:59 +09: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 13:16:29 +02:00
VOID
NTAPI
UserGhostThreadEntry
(
VOID
)
;
Reference in a new issue
Copy permalink