J
Jeroen CEuppens
Hi, anybody any idea how I can get these apicall out of my CE kernel?
This import is good for WinXp, but for CE not, ....
[DllImport("kernel32.dll")]
extern static short QueryPerformanceCounter(ref long x);
[DllImport("kernel32.dll")]
extern static short QueryPerformanceFrequency(ref long x);
THx
Jeroen
This import is good for WinXp, but for CE not, ....
[DllImport("kernel32.dll")]
extern static short QueryPerformanceCounter(ref long x);
[DllImport("kernel32.dll")]
extern static short QueryPerformanceFrequency(ref long x);
THx
Jeroen