win12.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
WinDefAVioWindowProc (1.2)
Function Group  Overview  Changes               Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_AVIO
 
MRESULT WinDefAVioWindowProc(hwnd, msg, mp1, mp2)
HWND hwnd;     /* handle of the window */
USHORT msg;    /* message              */
MPARAM mp1;    /* message parameter    */
MPARAM mp2;    /* message parameter    */
 
The WinDefAVioWindowProc function processes WM_SIZE messages for an
advanced-video-input-and-output (AVIO) window. An AVIO application must use
this function instead of the WinDefWindowProc function to process any
WM_SIZE message.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
hwnd       Identifies the window that received the message.
 
msg        Specifies the message.
 
mp1        Specifies message parameter 1.
 
mp2        Specifies message parameter 2.
 
Return Value
 
The return value is zero if the function is successful.
 
See Also
 
WinDefWindowProc, WM_SIZE