The GetProcessWindowStation function returns a handle of the window station associated with the calling process.
HWINSTA GetProcessWindowStation(VOID)
This function has no parameters.
If the function succeeds, the return value is a handle of the window station associated with the calling process.
If the function fails, the return value is NULL. This can occur if the calling process is not an application written for Windows NT. To get extended error information, call GetLastError.
The system associates a window station with a process when the process is created. A process can use the SetProcessWindowStation function to change its window station.
The calling process can use the returned handle in calls to the GetUserObjectInformation, GetUserObjectSecurity, SetUserObjectInformation, and SetUserObjectSecurity functions.
Windows NT version 3.51: A Windows NT service does not have an associated window station or desktop until the service calls a USER or GDI function that interacts with the desktop. If a service calls GetProcessWindowStation before it has an associated window station, the return value is NULL. After a service interacts with the desktop, the return value is a valid window station handle.
Windows NT version 4.0: A Windows NT service is created with an associated window station and desktop, so there is no need to call a USER or GDI function to connect the service to a windowstation and desktop.
GetThreadDesktop, GetUserObjectInformation, GetUserObjectSecurity, SetProcessWindowStation, SetUserObjectInformation, SetUserObjectSecurity
file: /Techref/os/win/api/win32/func/src/f37_12.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/9 08:21,
18.220.91.255:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/func/src/f37_12.htm"> GetProcessWindowStation</A> |
Did you find what you needed? |