In This Topic
            
            The actual stepping of the progress. The function is called for every level the progress supports.
            
            
            Syntax
            
            
            
            
            void SetProgressStep( 
   int ,
   int 
)
             
        
            
            void SetProgressStep( 
   int ,
   int 
) 
             
        
             
        
            Parameters
- nLevel
- 1 to GetLevelCount + 1. 1 is the overall progress
- nSpent
- Contains the new value the progress should show. Is always between 0 and 100.
 
            
            
            
            
            
            
            
            
            
            
            See Also