SB_GETTEXTSB_GETTEXT*
*Contents  *Index  *Topic Contents
*Previous Topic: SB_GETRECT
*Next Topic: SB_GETTEXTLENGTH

SB_GETTEXT


SB_GETTEXT 
    wParam = (WPARAM) iPart; 
    lParam = (LPARAM) (LPSTR) szText; 

Retrieves the text from the specified part of a status window.

iPart
Zero-based index of the part from which to retrieve text.
szText
Address of the buffer that receives the text. This parameter is a null-terminated string.

If the text has the SBT_OWNERDRAW drawing type, this message returns the 32-bit value associated with the text instead of the length and operation type.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.