usitem (USHORT)

      Item identifier.

    smaxcount (SHORT)

      Maximum count.

      Copy the item text as a null-terminated string, but limit the number of characters copied, including the null termination character, to this value, which must be greater than 0.

    pszItemText (PSZ)

      Buffer into which the item text is to be copied.

      This points to a string (character) buffer.

    sTextLength (SHORT)

      Length of item text.

      The length of the text string, excluding the null termination character.

    • Error occurred. For example, no item of the specified identity exists or the item has no text. No text is copied.

      Other

        Length of item text.


      [Back] [Next]