ReactOS 0.4.16-dev-2104-gb84fa49
popen.h
Go to the documentation of this file.
1#ifndef __CRT_INTERNAL_POPEN_H
2#define __CRT_INTERNAL_POPEN_H
3
4#ifndef _CRT_PRECOMP_H
5#error DO NOT INCLUDE THIS HEADER DIRECTLY
6#endif
7
8struct popen_handle {
9 FILE *f;
11};
12extern struct popen_handle *popen_handles;
14
15#endif
unsigned long DWORD
Definition: ntddk_ex.h:95
DWORD popen_handles_size
Definition: popen.c:27
struct popen_handle * popen_handles
Definition: popen.c:26
FILE * f
Definition: process.c:1029
HANDLE proc
Definition: process.c:1030