Hi buddy,
I used LoadLibrary in C++. Now I changed it to C#.
C++ codes:
hKernelLib = LoadLibrary("kernel32.dll");
C# codes:
[DllImport("kernel32.dll")]
The problem is I need hKernelLib (which is the return value from invoking LoadLibrary), and it will be a parameter for the next API...
Hi buddy,
Anyone knows how could an application keep running when logoff win98? It means this application never exits when user logoff, then logon.
Thanks in advance.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.