windows_programming_notes.nbk: Home | Index | Next Page: PeekMessage | Previous Page: PBM_STEPIT


 PBRANGE

Contains information about the high and low limits of a progress bar control. This structure is used with the PBM_GETRANGE message.

Syntax

    typedef struct {
        int iLow;
        int iHigh;
    } PBRANGE, *PPBRANGE;

Members

Structure Information


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