kernel32 Questions
1
Solved
In VBA you can
Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
to provide yourself with a sleep routine.
However, the Long that must be passed to the routine appears to overflow ...
Unterwalden asked 28/5, 2010 at 16:42
3
Solved
Is there a managed API for kernel32.searchpath?
i.e not using a pinvoke.
http://www.pinvoke.net/default.aspx/kernel32.searchpath
1
Solved
Any helper class anywhere which wrapps kernel32 APIs, with all functions-methods and structures? Or any wrapper generator?
I want ALL methods of kernel32.dll in C# like this:
[DllImport("kernel3...
© 2022 - 2024 — McMap. All rights reserved.