ICSETSTATUSPROC

typedef struct {
DWORD dwFlags;
LPARAM lParam;
LONG (CALLBACK *Status) (LPARAM lParam, UINT message, LONG l);
} ICSETSTATUSPROC;

The ICSETSTATUSPROC structure is used with the ICM_SET_STATUS_PROC message.

Members

dwFlags

Specifies applicable flags. Set this to zero.

lParam

Specifies a constant passed to the status procedure when it is called.

Status

Specifies a pointer to the status function. This is NULL if status messages should not be sent.