Anything related to MS Windows Kernel API (part of Windows API), residing in the `kernel32.
I'm trying to create a safe file handle for "C:" using the CreateFile method of kernel32.dll which always returns …
c# createfile kernel32 safefilehandleWhere can I find all the functions provided in kernel32.dll? I was able to find some functions here, but …
windows kernel32I want to make an INI reader with GetPrivateProfileString. What I'm using: public class Config { [DllImport("kernel32")] private static extern …
c# kernel32