|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GetProcessWindowStation
The GetProcessWindowStation function returns a handle of the window station associated with the calling process.
HWINSTA GetProcessWindowStation(VOID)
Parameters
This function has no parameters.
Return Values
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.
Remarks
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.
See Also
GetThreadDesktop, GetUserObjectInformation, GetUserObjectSecurity, SetProcessWindowStation, SetUserObjectInformation, SetUserObjectSecurity
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GetProcessWindowStation
Функция GetProcessWindowStation возвращает ручку станции окна связанного вызовом процесса.
HWINSTA GetProcessWindowStation(ПУСТОТА)
Параметры
Эта функция не имеет параметры.
Обратные Величины
Если функция добивается успеха, обратная величина является ручкой станции окна связанного вызовом процесса. Если функция терпит неудачу, обратная величина НЕДЕЙСТВИТЕЛЬНА. Это может произойти если вызывающий процесс не является приложением написанным для Windows NT. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Замечания
Система соединяет станцию окна с процессом когда процесс создан. Процесс может использовать функцию SetProcessWindowStation, чтобы изменять свою станцию окна. Вызов процесса может использовать возвращанную ручку на вызовах в GetUserObjectInformation, GetUserObjectSecurity, SetUserObjectInformation, и функции SetUserObjectSecurity.
Смотри Также
GetThreadDesktop, GetUserObjectInformation, GetUserObjectSecurity, SetProcessWindowStation, SetUserObjectInformation, SetUserObjectSecurity
|
|
|
|
| |