windows_programming_notes.nbk: Home | Index | Next Page: PeekMessage | Previous Page: PBM_STEPIT
Contains information about the high and low limits of a progress bar control. This structure is used with the PBM_GETRANGE message.
    typedef struct {
        int iLow;
        int iHigh;
    } PBRANGE, *PPBRANGE;
windows_programming_notes.nbk: Home | Index | Next Page: PeekMessage | Previous Page: PBM_STEPIT
Notebook exported on Monday, 7 July 2008, 18:56:50 PM Eastern Daylight Time