Top "Kernel32" questions

Anything related to MS Windows Kernel API (part of Windows API), residing in the `kernel32.

CreateFile in Kernel32.dll returns an invalid handle

I'm trying to create a safe file handle for "C:" using the CreateFile method of kernel32.dll which always returns …

c# createfile kernel32 safefilehandle
Where can I find the api supported by kernel32.dll?

Where can I find all the functions provided in kernel32.dll? I was able to find some functions here, but …

windows kernel32
C# - Possible to use IOCTL

I'm trying to code for a Point Of Sale system which allows for a "Cash Drawer" attachment. Code is provided …

c# dllimport handle ioctl kernel32
GetPrivateProfileString not working .NET

I want to make an INI reader with GetPrivateProfileString. What I'm using: public class Config { [DllImport("kernel32")] private static extern …

c# kernel32