|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GetClassInfoEx
The GetClassInfoEx function retrieves information about a window class, including the handle of the small icon associated with the window class. The GetClassInfo function does not retrieve the handle of the small icon.
BOOL GetClassInfoEx(
HINSTANCE hinst, // handle of application instance LPCTSTR lpszClass, // address of class name string LPWNDCLASSEX lpwcx // address of structure for class data );
Parameters
hinst
Identifies the instance of the application that created the class. To retrieve information about classes defined by Windows (such as buttons or list boxes), set this parameter to NULL.
lpszClass
Points to a null-terminated string containing the class name. The name must be that of a preregistered class or a class registered by a previous call to the RegisterClass function. Alternatively, this parameter can be an integer atom. If this parameter is an integer atom, it must be a global atom created by a previous call to the GlobalAddAtom function. The atom, a 16-bit value less than 0xC000, must be in the low-order word of lpszClass; the high-order word must be zero.
lpwcx
Points to a WNDCLASSEX structure that receives the information about the class.
Return Values
If the function finds a matching class and successfully copies the data, the return value is nonzero. If the function does not find a matching class and successfully copy the data, the return value is zero. To get extended error information, call GetLastError.
See Also
GetClassLong, GetClassInfo, GetClassName, GetClassWord, GlobalAddAtom, RegisterClassEx
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GetClassInfoEx
Функция GetClassInfoEx извлекает информацию о классе окна, включая ручку небольшой иконки связывался классом окна. Функция GetClassInfo не извлекает ручку небольшой иконки.
BOOL GetClassInfoEx(
HINSTANCE hinst, // РУЧКА прикладного примера LPCTSTR lpszClass, // адреса класса называют строку LPWNDCLASSEX lpwcx // адрес структуры для данных класса );
Параметры
hinst
Идентифицирует пример приложения, которое создавало класс. Для того, чтобы извлекать информацию о классах определенных Windows (как например, кнопки или блоки списка), установите этот параметр на НЕДЕЙСТВИТЕЛЬНЫЙ.
lpszClass
Точки на недействительный расторгнутую строку, содержащие имя класса. Имя должно быть тем же самым preregistered классом или класс регистрировался предшествующим вызовом в функцию RegisterClass. Кроме того, этот параметр может быть атомом целого. Если этот параметр является атомом целого, он должен быть глобальным атомом созданным предшествующим вызовом в функцию GlobalAddAtom. Атом, 16- битовая величина менее чем 0xC000, должно быть в младшем слове lpszClass; старшее слово должно - нулевым.
lpwcx
Точки на структуру WNDCLASSEX, которые получают информацию о классе.
Обратные Величины
Если функция находит сочетающийся класс и успешно копирует данные, обратная величина ненулевая. Если функция не находит сочетающийся класс и успешно копирует данные, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Смотри Также
GetClassLong, GetClassInfo, GetClassName, GetClassWord, GlobalAddAtom, RegisterClassEx
|
|
|
|
| |