home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DEFCON 15
/
DefCon15.bin
/
Speakers
/
Jennings
/
Extras
/
incognito
/
child_process.h
< prev
next >
Wrap
C/C++ Source or Header
|
2007-03-03
|
130b
|
6 lines
#ifndef INC_CHILD_PROCESS_H
#define INC_CHILD_PROCESS_H
void CreateProcessWithPipeComm(HANDLE token, char *command);
#endif