Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ICSETSTATUSPROC structure contains status information used with the ICM_SET_STATUS_PROC message.
Syntax
typedef struct {
DWORD dwFlags;
LPARAM lParam;
LONG( )(LPARAM lParam,UINT message,LONG l) *Status;
} ICSETSTATUSPROC;
Members
dwFlags
Reserved; set to zero.
lParam
Parameter that contains a constant to pass to the status procedure.
Status
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | vfw.h |