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
8
struct
popen_handle
{
9
FILE
*
f
;
10
HANDLE
proc
;
11
};
12
extern
struct
popen_handle
*
popen_handles
;
13
extern
DWORD
popen_handles_size
;
14
15
#endif
DWORD
unsigned long DWORD
Definition:
ntddk_ex.h:95
void
Definition:
nsiface.idl:2307
popen_handles_size
DWORD popen_handles_size
Definition:
popen.c:27
popen_handles
struct popen_handle * popen_handles
Definition:
popen.c:26
_iobuf
Definition:
corecrt_wstdio.h:27
popen_handle
Definition:
process.c:1028
popen_handle::f
FILE * f
Definition:
process.c:1029
popen_handle::proc
HANDLE proc
Definition:
process.c:1030
sdk
lib
crt
include
internal
popen.h
Generated on Tue Jan 6 2026 06:19:04 for ReactOS by
1.9.6