#include <WIND Tunnel.h>
Classes | |
| class | CWINDUpdate |
| Class contains callback function used by WIND Tunnel. More... | |
Public Member Functions | |
| CWINDCallback (CWINDUpdate *WINDUpdate) | |
| void | SetWINDStatus (int SizeofBuf, char *buf, int PercentComplete) |
| CWINDCallback::CWINDCallback | ( | CWINDUpdate * | WINDUpdate | ) |
| WINDUpdate | This should be a user defined class which inherits from CWINDUpdate. |
| void CWINDCallback::SetWINDStatus | ( | int | SizeofBuf, | |
| char * | buf, | |||
| int | PercentComplete | |||
| ) |
SetWINDStatus
| 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