|
-
October 7th, 1999, 09:59 PM
#1
What is the equivalent function in WIN32 for the WIN16 fn: GetModuleUsage%
What is the equivalent unction in WIN32 for the following WIN16 function:
Function GetModuleUsage% Lib "Kernel" (ByVal hModule%)
-
October 8th, 1999, 05:57 AM
#2
Re: What is the equivalent function in WIN32 for the WIN16 fn: GetModuleUsage%
AFAIK there is NO equivalent.
To find out if a module is loaded, use GetModuleHandle or FindWindow.
To get the count, you'd have to iterate over all modules in all processes using Toolhelp.dll functions.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|