VAPIMWP_VIEW_GETPLAYMODE
Gets the play mode of a multimedia document. This is a parameter of the VAPIM_VIEW
message.
Syntax
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_VIEW, VAPIMWP_VIEW_GETPLAYMODE, (LPARAM) (int*) lpnPlayMode );
Arguments
Argument | Description |
---|---|
hWndVAPI
|
The handle of the VAPI window. |
lpnPlayMode
|
A pointer to an integer that returns the play mode of the multimedia document: 0 for stop at end; 1 for loop at end. |
Returns
SendMessage()
returnsTRUE
if the call succeeds, in which caselpnPlayMode
returns the play mode.SendMessage()
returnsFALSE
if the call fails (for example, if there are invalid arguments or if no document is open), in which caselpnPlayMode
is undefined.
Discussion
Use this message to check or press a Stop At End or Loop At End menu item or toolbar button.