|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GetThreadDesktop
The GetThreadDesktop function returns a handle to the desktop associated with a specified thread.
HDESK GetThreadDesktop(
DWORD dwThreadId // thread identifier );
Parameters
dwThreadId
Identifies the thread for which to return the desktop handle. The GetCurrentThreadId and CreateProcess functions return thread identifiers.
Return Values
If the function succeeds, the return value is the handle of the desktop associated with the specified thread.
Remarks
The system associates a desktop with a thread when that thread is created. A thread can use the SetThreadDesktop function to change its desktop. The desktop associated with a thread must be on the window station associated with the thread's process. The calling process can use the returned handle in calls to the GetUserObjectInformation, GetUserObjectSecurity, SetUserObjectInformation, and SetUserObjectSecurity functions.
Windows 95: Windows 95 does not support multiple desktops, so GetThreadDesktop always returns the same value.
See Also
GetCurrentThreadId, GetProcessWindowStation, GetUserObjectInformation, GetUserObjectSecurity, SetProcessWindowStation, SetThreadDesktop , SetUserObjectInformation, SetUserObjectSecurity
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GetThreadDesktop
Функция GetThreadDesktop возвращает ручку в настольную систему связанную определенной резьбой.
HDESK GetThreadDesktop(
ИДЕНТИФИКАТОР резьбы DWORD dwThreadId // );
Параметры
dwThreadId
Идентифицирует резьбу для которой, чтобы возвращать настольную ручку. GetCurrentThreadId И идентификаторы обратной резьбы функций CreateProcess.
Обратные Величины
Если функция добивается успеха, обратная величина является ручкой настольной системы связанной определенной резьбой.
Замечания
Система соединяет настольную систему с резьбой когда эта резьба создана. Резьба может использовать функцию SetThreadDesktop, чтобы изменять свою настольную систему. Настольная система связанная резьбой должна находиться на станции окна связанной процессом резьбы. Вызов процесса может использовать возвращанную ручку на вызовах в GetUserObjectInformation, GetUserObjectSecurity, SetUserObjectInformation, и функции SetUserObjectSecurity.
Окно 95: Окно 95 не поддерживает многочисленные настольные системы, так что GetThreadDesktop всегда возвращает ту же величину.
Смотри Также
GetCurrentThreadId, GetProcessWindowStation, GetUserObjectInformation, GetUserObjectSecurity, SetProcessWindowStation, SetThreadDesktop , SetUserObjectInformation, SetUserObjectSecurity
|
|
|
|
| |