Compartilhar via


SPNN_KEYINPUT (Compact 2013)

3/28/2014

This notification informs the parent window of keyboard input messages that were not handled by the spinner control.

Syntax

#define SPNN_KEYINPUT  (SPNN_FIRST - 1)
    lParam lpnm = (NMSPNINPUT *) lParam;
  wParam = 0;

Parameters

  • lParam
    Long pointer to an NMSPNINPUT structure. The hwndFrom member of NMSPNINPUT is the handle to the spinner. The code member is SPNN_KEYINPUT. The uMsg is the input message ID. wParam and lParam depend on uMsg.
  • wParam
    Not used.

Return Value

None.

Requirements

Header

shellctrls.h

See Also

Reference

Spinner Controls Notifications
NMSPNINPUT