Share via


ICSETSTATUSPROC

The ICSETSTATUSPROC structure contains status information used with the ICM_SET_STATUS_PROC message.

typedef struct { 
    DWORD  dwFlags; 
    LPARAM lParam; 
    LONG   (CALLBACK * ()) fpfnStatus; 
} ICSETSTATUSPROC; 
 

Members

dwFlags

Reserved; set to zero.

lParam

Parameter that contains a constant to pass to the status procedure.

fpfnStatus

Pointer to the status function. Specify NULL if status messages should not be sent. For more information about the callback function, see the MyStatusProc function.

Requirements

**  Windows NT/2000/XP:** Included in Windows NT 3.1 and later.
**  Windows 95/98/Me:** Included in Windows 95 and later.
**  Header:** Declared in Vfw.h.

See Also

Video Compression Manager, Video Compression Structures, ICM_SET_STATUS_PROC, MyStatusProc