Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
This message stops playing an AVI clip in an animation control. You can send this message explicitly or by using the Animate_Stop macro.
Call the SendMessage function to send this message.
Syntax
lResult = SendMessage(
(HWND) hWndControl,
(UINT) ACM_STOP,
(WPARAM) wParam,
(LPARAM) lParam
);
Parameters
- wParam
Must be zero.
- lParam
Must be zero.
Return Value
This message always returns TRUE.
Requirements
| Header | commctrl.h |
| Windows Embedded CE | Windows CE 5.0 |