ICSETSTATUSPROC
The ICSETSTATUSPROC
structure contains status information used with the ICM_SET_STATUS_PROC
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.
See Also