Share via


GetRunningModuleCount

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

LONG GetRunningModuleCount(
  HANDLE hInstance
);

Parameters

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

Return Values

This function returns the number of modules.

Requirements

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

See Also

Modular Stress Test Functions

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.