Top "Kernel32" questions

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

error cannot open file 'kernel32.lib'

I have installed VS2013 and VS2015 on Windows 7. I have an existing C++ Dll project that was building fine but …

visual-c++ visual-studio-2015 kernel32
rename computer programmatically c# .net

I need to rename my computer via .net application. I have tried this code: public static bool SetMachineName(string newName) { …

c# .net wmi kernel32
Unresolved external symbols in compiling 32 bit application in Windows 64

So I am trying to compile legacy app from 32 bit to 64 bit.. I re-compiled all of the libs it used …

c++ visual-studio-2008 winapi win64 kernel32
C# GetProcAddress Returns Zero

For some reason, whenever my C# .NET 2.0 application makes a call to GetProcAddress it always returns zero. public class MyClass { …

c# dll kernel32 getprocaddress
Wrapper C# for kernel32.dll API

Any helper class anywhere which wrapps kernel32 APIs, with all functions-methods and structures? Or any wrapper generator? I want ALL …

c# winapi wrapper kernel32
Application error: fault address 0x00012afb (Expert)

I need some "light" to get a solution. Probably there are tons of things that cause this problem, but maybe …

windows event-log kernel32
CreateProcess such that child process is killed when parent is killed?

Is there a way to call CreateProcess such that killing the parent process automatically kills the child process? Perhaps using …

c++ winapi process kernel32 win32-process
JMeter - Webdriver error : java.lang.NoClassDefFoundError: com/sun/jna/platform/win32/Kernel32

This error: jmeter log, appears everytime I run a testscript in Jmeter. But everything works... It is just this error …

selenium selenium-webdriver jmeter jmeter-plugins kernel32
Unable to find an entry point named 'InterlockedIncrement' in DLL 'kernel32.dll' - VS2005@Win7 64 bit

I have a problem with my Visual Studio 2005 C# project. I have been using it under Windows XP, since Monday. …

c# postgresql 64-bit odbc kernel32
How to get the "Application Name" from hWnd for Windows 10 Store Apps (e.g. Edge)

I'm trying to get an understandable "Process Name" for Windows 10 apps. Currently, all of them use ApplicationFrameHost, so I thought …

c# windows windows-10 kernel32