Share via


GetRunningModuleCount (Windows CE 5.0)

Send Feedback

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

LONG GetRunningModuleCount(  HANDLE hInstance);

Parameters

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

Return Values

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

OS Versions: Windows CE .NET 4.2 and later.
Header: StressUtils.h.
Link Library: StressUtils.lib.

See Also

Windows CE Stress Tool Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.