Compartilhar via


SPNM_GETCOUNT (Compact 2013)

3/28/2014

This message retrieves the number of items in a spinner control.

Syntax

SPNM_GETCOUNT
    wParam = 0;
  lParam = 0;

Parameters

  • wParam
    Not used.
  • lParam
    Not used.

Return Value

On success, returns an integer indicating the number of items in the spinner control. On failure, returns SPN_ERR, indicating that an error occurred.

Requirements

Header

shellctrls.h

See Also

Reference

Spinner Controls Messages