Top "Win32-process" questions

Get the Cpu usage of each process from wmi

I found many sources to get the cpu usage of each process. in general there are many ways to get …

c# wmi performancecounter win32-process
timespec equivalent for windows

I am porting my application to windows from unix and I have run into a wall. In my application I …

c++ c windows datetime win32-process
Starting a process remotely in Powershell, getting %ERRORLEVEL% in Windows

A bit of background: I'm trying to start and stop some performance counters remotely at the start of a test, …

powershell wmi win32-process
Powershell - calling remote WMI objects - RPC error HRESULT: 0x800706BA (RPC server not available)

I've got some troubles with Get-WmiObject and usage of this object. In case, I'm connecting to remote computer - which …

powershell wmi rpc remote-administration win32-process
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
Win32, ReadFile from pipe block even after child terminated

I have a simple program (in C) that create two child process, wait on an inherited pipe each, and put …

c pipe win32-process
GetPrivateProfileInt- reading only the default values

I am trying to read a .init config file in c++ having the content. [Ipaddress] Ipaddress=169.254.115.22 [ScanConfiguration] Scanfrequency=2500 ScanResolution=2500 StartAngle=700000 …

c++ windows winapi configuration win32-process
Arithmetic operation resulted in an overflow c#

I am getting the following error when unlocking a file Arithmetic operation resulted in an overflow System.IntPtr.ToInt32 I …

c# winapi win32-process
Win32 Named mutex not released when process crashes

I have 2 processes (A, B) sharing the same mutex (using WaitForSingleObject / ReleaseMutex calls). Everything works fine, but when process A …

winapi win32-process