Share via


SPNM_GETITEMDATA (Compact 2013)

3/28/2014

This message retrieves the application-defined 32-bit value associated with the specified spinner control item.

Syntax

SPNM_GETITEMDATA
    wParam = (WPARAM) index;
  lParam = 0;

Parameters

  • index
    Zero-based index of the item for which data is to be retrieved.
  • lParam
    Not used.

Return Value

On success, returns the 32-bit value associated with the spinner control item specified by index. On failure, returns SPN_ERR, indicating that an error has occurred.

Requirements

Header

shellctrls.h

See Also

Reference

Spinner Controls Messages
SPNM_SETITEMDATA