usTickNum (USHORT)

      Tick location.

      Tick location to query for the text.

    usBufLen (USHORT)

      Buffer length.

      Length of the buffer to copy the text into. The buffer size should include space for the null termination character.

    pTickText (PSZ)

      Pointer to the buffer into which to place the text string for the tick mark.

    sTextLen (SHORT)

      Count of bytes.

      Count of bytes copied to buffer.

      >= 0

        Length of the text string, excluding the null termination character.
      SLDERR_INVALID_PARAMETERS
        An error occurred. The WinGetLastError function may return the following errors:

        • PMERR_INVALID_PARAMETERS 
            PMERR_PARAMETER_OUT_OF_RANGE.


          [Back] [Next]