ProgressStep Property
Controls the granularity at which the Progress event is fired. Values 0-100.
Syntax
ANSI (Cross Platform) int GetProgressStep();
int SetProgressStep(int iProgressStep); Unicode (Windows) INT GetProgressStep();
INT SetProgressStep(INT iProgressStep);
@property (nonatomic,readwrite,assign,getter=progressStep,setter=setProgressStep:) int progressStep; - (int)progressStep; - (void)setProgressStep:(int)newProgressStep;
#define PID_NETCODE_PROGRESSSTEP 10 IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_NetCode_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal); IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_NetCode_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
Default Value
1
Remarks
This property controls the granularity at which the Progress event is fired. Values 0-100. If this property is not 0, the Progress event will be fired when 0%, n* ProgressStep and 100% of input data is read.
If this property is 0, the Progress event is disabled.
Data Type
Integer