Share via


SPNM_DELETESTRING (Compact 2013)

3/28/2014

This message deletes a string in a spinner control.

Syntax

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

Parameters

  • wParam
    Zero-based index of the string to be deleted.
  • lParam
    Not used.

Return Value

On success, returns the number of items remaining in the spinner control. On failure, returns SPN_ERR, indicating that the index parameter specifies an index greater than the number of items in the spinner.

Requirements

Header

shellctrls.h

See Also

Reference

Spinner Controls Messages
SPNM_INSERTSTRING
SPNM_ADDSTRING