|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GetWindowThreadProcessId
The GetWindowThreadProcessId function retrieves the identifier of the thread that created the specified window and, optionally, the identifier of the process that created the window. This function supersedes the GetWindowTask function.
DWORD GetWindowThreadProcessId(
HWND hWnd, // handle of window LPDWORD lpdwProcessId // address of variable for process identifier );
Parameters
hWnd
Identifies the window.
lpdwProcessId
Points to a 32-bit value that receives the process identifier. If this parameter is not NULL, GetWindowThreadProcessId copies the identifier of the process to the 32-bit value; otherwise, it does not.
Return Values
The return value is the identifier of the thread that created the window.
Remarks
This function replaces the GetWindowTask function of Windows version 3.x.
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GetWindowThreadProcessId
Функция GetWindowThreadProcessId извлекает идентификатор резьбы, которая создавала определенное окно и, дополнительно, идентификатор процесса, который создавал окно. Эта функция заменяет функцию GetWindowTask.
DWORD GetWindowThreadProcessId(
HWND hWnd, // РУЧКА окна АДРЕС LPDWORD lpdwProcessId // переменной для идентификатора процесса );
Параметры
hWnd
Идентифицирует окно.
lpdwProcessId
Точки на 32- битовую величину, которые получают идентификатор процесса. Если этот параметр не НЕДЕЙСТВИТЕЛЕН, GetWindowThreadProcessId копирует идентификатор процесса в 32- битовую величину; в противном случае, это нет.
Обратные Величины
Обратная величина является идентификатором резьбы, которая создавала окно.
Замечания
Эта функция заменяет функцию GetWindowTask версии Окна 3.x.
|
|
|
|
| |