Windows CE Stress Tool Functions (Windows CE 5.0)
The following table shows the Windows CE Stress tool functions.
Programming element | Description |
---|---|
GetRunningModuleCount | This function returns the number of running test modules that are of the same type as the calling test module. |
InitializeStressUtils | This function initializes the stress utilities. |
Log | This function performs logging using the default logging zone. |
LogAll | This function writes to the logging stream regardless of verbosity level or logging zone. |
LogComment | This function writes to the logging stream using the default logging zone when the verbosity level is set to comment or lower. |
LogEx | This function is the primary logging function for the Windows CE Stress tool. |
LogFail | This function writes to the logging stream using the default logging zone when the verbosity level is set to fail only. |
LogVerbose | This function writes to the logging stream using the default logging zone when the verbosity level is set to verbose or lower. |
LogWarn1 | This function writes to the logging stream using the default logging zone when the verbosity level is set to warning1 or lower. |
LogWarn2 | This function writes to the logging stream using the default logging zone when the verbosity level is set to warning2 or lower. |
See Also
Custom Module Creation for the Windows CE Stress Tool
Send Feedback on this topic to the authors