Share via


GetRunningModuleCount

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This function returns the number of running test modules that are of the same type as the calling test module.

Syntax

LONG GetRunningModuleCount(
  HANDLE hInstance
);

Parameters

  • hInstance
    [in] Handle to the instance of the test module.

Return Value

This function returns the number of running test modules that are of the same type as the calling test module. This number includes the calling test module.

Requirements

Header stressutils.h
Library stressutils.lib
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Other Resources

Windows Embedded CE Stress Tool Functions