ReactOS
0.4.16-dev-338-g34e76ad
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:
mbstring.h:19
popen_handle
Definition:
popen.h:8
popen_handle::f
FILE * f
Definition:
popen.h:9
popen_handle::proc
HANDLE proc
Definition:
popen.h:10
sdk
lib
crt
include
internal
popen.h
Generated on Wed Dec 11 2024 06:13:28 for ReactOS by
1.9.6