Share via


NMSPNINPUT (Compact 2013)

3/28/2014

This structure contains information about keyboard input messages.

Syntax

typedef struct _NM_SPNINPUT {
  NMHDR hdr;
  UINT uMsg;
  WPARAM wParam;
  LPARAM lParam;
} NMSPNINPUT;

Parameters

  • hdr
    NMHDR structure that contains information about the message.
  • uMsg
    Input message ID (such as WM_CHAR).
  • wParam
    A WPARAM value corresponding to the message ID.
  • lParam
    An LPARAM value corresponding to the message ID.

Remarks

SPNN_KEYINPUT uses this structure to carry information about keyboard input messages.

Requirements

Header

shellctrls.h

See Also

Reference

Spinner Controls Structures
SPNN_KEYINPUT