|
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GetTopWindow
The GetTopWindow function examines the Z order of the child windows associated with the specified parent window and retrieves the handle of the child window at the top of the Z order.
HWND GetTopWindow(
HWND hWnd // handle of parent window );
Parameters
hWnd
Identifies the parent window whose child windows are to be examined. If this parameter is NULL, the function returns a handle of the window at the top of the Z order.
Return Values
If the function succeeds, the return value is the handle of the child window at the top of the Z order. If the specified window has no child windows, the return value is NULL. To get extended error information, use the GetLastError function.
See Also
GetNextWindow, GetWindow
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GetTopWindow
Функция GetTopWindow изучает порядок Z окна ребенка связанного определенным родительским окном и извлекает ручку окна ребенка на верхе порядка Z.
HWND GetTopWindow(
РУЧКА HWND hWnd // родительского окна );
Параметры
hWnd
Идентифицирует родительское окно, чье окно ребенка должно быть изучено. Если этот параметр НЕДЕЙСТВИТЕЛЕН, функция возвращает ручку окна на верхе порядка Z.
Обратные Величины
Если функция добивается успеха, обратная величина является ручкой окна ребенка на верхе порядка Z. Если определенное окно не имеет окно ребенка, обратная величина НЕДЕЙСТВИТЕЛЬНА. Для того, чтобы расширять информацию ошибки, используйте функцию GetLastError.
Смотри Также
GetNextWindow, GetWindow
|
|
|
|