#include "netfone.h"
Defines | |
#define | BenchInterval 3000L |
#define | BenchSamples (8000L * (BenchInterval / 1000)) |
#define | Speedo(item) |
#define | Dis(x) EnableWindow(GetDlgItem(hwnd, x), FALSE) |
Functions | |
BOOL CALLBACK | benchDlgProc (HWND hwnd, UINT nMessage, WPARAM wParam, LPARAM lParam) |
VOID | benchDialogue (HWND hwnd) |
Variables | |
int | quitBench |
return | FALSE |
|
|
|
|
|
|
|
Value: wsprintf(ebuf, Format(76), (nbytes * 100) / BenchSamples); \ SetDlgItemText(hwnd, item, ebuf); \ DefaultMessageLoop(); \ SetCursor(LoadCursor(NULL, IDC_WAIT)); \ if (quitBench) goto bailOut |
|
|
|
|
|
|
|
|