Searched defs:hwinsta (Results 1 - 1 of 1) sorted by relevance

/httpd/support/win32/
H A Dwintty.c86 HANDLE hwinsta = NULL, hsavewinsta; local
226 CloseWindowStation(hwinsta);
227 hwinsta = OpenWindowStation("WinSta0", TRUE, MAXIMUM_ALLOWED);
228 if (!hwinsta || hwinsta == INVALID_HANDLE_VALUE) {
231 else if (!SetProcessWindowStation(hwinsta)) {
355 CloseWindowStation(hwinsta);

Completed in 14 milliseconds