#include <WIND Tunnel.h>
Public Member Functions | |
| virtual void | OnWINDStatus (int SizeofBuf, char *buf, int PercentComplete)=0 |
| virtual void CWINDCallback::CWINDCallback::CWINDUpdate::OnWINDStatus | ( | int | SizeofBuf, | |
| char * | buf, | |||
| int | PercentComplete | |||
| ) | [pure virtual] |
OnWINDStatus
| SizeofBuf | Total length of buf. | |
| buf | Pointer to string that contains status information about which stage of processing is occurring. | |
| PercentComplete | A number with a range from -1 to 100. 0 to 100 represents the amount of processing completed for the corresponding stage. -1 repesents not applicable. |
1.5.8