Share via


SPNM_GETSTATICTEXTLEN (Compact 2013)

3/28/2014

This message retrieves the length of static text in a multiple-selection spinner control.

Syntax

SPNM_GETSTATICTEXTLEN
  wParam = 0;
  lParam = 0;

Parameters

  • wParam
    Not used.
  • lParam
    Not used.

Return Value

On success, returns the length of the static text in characters, excluding the terminating NULL character. On failure, returns SPN_ERR, indicating that the spinner is not a multiple-selection type or that an error has occurred.

Requirements

Header

shellctrls.h

See Also

Reference

Spinner Controls Messages
SPNM_GETSTATICTEXT