Search Results

Search: Posts Made By: gyula
Forum: Programming 09-26-2008
3,720
Posted By gyula
Enumerating hardware
I am trying to enumerate all hardware (plugged in devices) and I am using lshal source code from here:

Cross Reference: /onnv/onnv-gate/usr/src/cmd/hal/tools/lshal.c...
Forum: Programming 09-04-2008
5,257
Posted By gyula
enumerate processes
Again for windows I can enumerate processes using toolhelp library


PROCESSENTRY32 pe32 = {0};
HANDLE hsp = CreateToolhelp32Snapshot( TH32CS_SNAPPROCESS, 0 );

pe32.dwSize =...
Forum: Programming 09-02-2008
13,180
Posted By gyula
Redirect stdin and out to sockets
For windows was pretty simple to redirect the std in a and out of a
child process for "cmd.exe " command prompt terminal to a socket using connected pipes passed to a new process in the STARTUPINFO...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 11:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy