Compartilhar via


SPNM_GETSELCOUNT (Compact 2013)

3/28/2014

This message retrieves the total number of selected items in a multiple-selection spinner control.

Syntax

SPNM_GETSELCOUNT
  wParam = 0;
  lParam = 0;

Parameters

  • wParam
    Not used.
  • lParam
    Not used.

Return Value

On success, returns the number of selected items in the spinner control. On failure, returns SPN_ERR, indicating that the spinner is not a multiple-selection type.

Requirements

Header

shellctrls.h

See Also

Reference

Spinner Controls Messages
SPNM_GETSELITEMS