Link to home
Start Free TrialLog in
Avatar of kallekalle
kallekalle

asked on

Toolhelp functions in Windows CE (Visual C++)

Hi,

I'm working on a Windows CE app and I would like know if anyone knows how to reach the toolhelp functions when making a wce program (in Visual C++ 5.0). In Win95 one has to get a handle for "KERNEL.DLL". What is the CE version of that?
In some documentation it says that the toolhelp functions not are usable in WinCE but newer documentation (in MSDN) says that if you are making a program for WCE version 2.0 or later it works. The question is how.

I would be most greatful for an answer to this question.

Thanx,

Kalle
Avatar of kallekalle
kallekalle

ASKER

Edited text of question
They are declared in TLHelp32.h. Just use them like any other API call.
That does not work at all.
I wish it was that easy.

Kalle
Adjusted points to 250
Of course you have to include "TLHelp32.h", but one also has to get hold of a handle for "kernel32.dll" or something like that to get the functionality of the functions.

Example of what I want to know in my program: how do I get the current processes running on the machine? How much memory are in use?
I don't understand why you think you need this handle. the API call doesn't need it...
ASKER CERTIFIED SOLUTION
Avatar of ATucker
ATucker

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial