|
|
1.1 root 1: /****************************** Module Header ******************************\
2: * Module Name: pipe.h
3: *
4: * Copyright (c) 1991, Microsoft Corporation
5: *
6: * Defines functions exported by pipe.c
7: *
8: * History:
9: * 06-29-92 Davidc Created.
10: \***************************************************************************/
11:
12:
13: //
14: // Function prototypes
15: //
16:
17: BOOL
18: MyCreatePipe(
19: LPHANDLE ReadHandle,
20: LPHANDLE WriteHandle,
21: LPSECURITY_ATTRIBUTES SecurityAttributes,
22: DWORD Size,
23: DWORD Timeout,
24: DWORD ReadHandleFlags,
25: DWORD WriteHandleFlags
26: );
27:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.