Changeset 5587 for trunk/src/kernel32/oslibdos.h
- Timestamp:
- Apr 26, 2001, 3:22:49 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/oslibdos.h
r4763 r5587 1 /* $Id: oslibdos.h,v 1.2 7 2000-12-07 12:00:24sandervl Exp $ */1 /* $Id: oslibdos.h,v 1.28 2001-04-26 13:22:49 sandervl Exp $ */ 2 2 3 3 /* … … 175 175 DWORD nDefaultTimeOut, 176 176 LPSECURITY_ATTRIBUTES lpSecurityAttributes); 177 178 BOOL OSLibSetNamedPipeState(DWORD hNamedPipe, DWORD dwPipeMode); 179 180 DWORD OSLibDosOpenPipe(LPCTSTR lpName, 181 DWORD fuAccess, 182 DWORD fuShare, 183 LPSECURITY_ATTRIBUTES lpSecurityAttributes, 184 DWORD fuCreate, 185 DWORD fuAttrFlags); 177 186 178 187 BOOL OSLibDosWaitNamedPipe(LPCSTR lpszNamedPipeName,
Note:
See TracChangeset
for help on using the changeset viewer.