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
Address of the status function. Specify NULL if status messages should not be sent. For more information about the callback function, see the MyStatusProc function.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in vfw.h.
  Import Library: Use vfw32.lib.

See Also

Video Compression Manager Overview, Video Compression Structures, ICM_SET_STATUS_PROC, MyStatusProc