Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
This structure contains information about an iteration of a test thread.
Syntax
typedef struct {
UINT cbSize;
int index;
int iteration;
} ITERATION_INFO;
Members
- cbSize
Size, in bytes, of the structure.
- index
Zero-based index of the calling thread. You can use this value to index an array that contains per-thread data.
- iteration
Number of the current iteration of the test thread, in the context of the calling thread.
Requirements
| Header | stressutils.h |
| Windows Embedded CE | Windows CE .NET 4.2 and later |