|
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
Animate_Create
The Animate_Create macro creates an animation control. Animate_Create calls the CreateWindow function.
HWND Animate_Create(
HWND hwndP, UINT id, DWORD dwStyle, HINSTANCE hInstance );
Parameters
hwndP
Handle to the parent window.
id
Child window identifier of the animation control.
dwStyle
Window styles. For a list of the animation-control style values, see Animation Control Styles.
hInstance
Handle to the instance of the module that is creating the animation control.
Return Values
Returns the handle to the animation control.
Remarks
The Animate_Create macro sets the width and height of the animation control to zero if the ACS_CENTER style is specified. If the ACS_CENTER style is not specified, Animate_Create sets the width and height based on the dimensions of a frame in the AVI clip.
See Also
CreateWindow
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
Animate_Create
Макро Animate_Create создает управление оживления. Animate_Create называет функцию CreateWindow.
HWND Animate_Create(
HWND hwndP, UINT id, DWORD dwStyle, hInstance HINSTANCE );
Параметры
hwndP
Прооперируйте родительское окно.
id
Идентификатор окна Ребенка управления оживления.
dwStyle
Стили Окна. Для списка оживлених-управляющих величин стиля, смотри Управляющие Стили Оживления.
hInstance
Прооперируйте пример модуля, который создает управление оживления.
Обратные Величины
Возвращает ручку на управление оживления.
Замечания
Макро Animate_Create устанавливает ширину и высоту управления оживления в нуль если стиль ACS_CENTER определен. Если стиль ACS_CENTER не определен, Animate_Create устанавливает ширину и высоту находящиеся в измерениях фрейма в клипе AVI.
Смотри Также
CreateWindow
|
|
|
|