Windows Embedded CE Stress Tool Functions
Other versions of this page are also available for the following:
8/27/2008
The Windows Embedded CE Stress tool includes the functions given below.
In This Section
- 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 Embedded 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
Other Resources
Custom Module Creation for the Windows Embedded CE Stress Tool