Share via


GetRunningModuleCount (Windows Embedded CE 6.0)

1/6/2010

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