Changeset 3819 for trunk/src/kernel32/oslibdos.h
- Timestamp:
- Jul 12, 2000, 8:21:45 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/oslibdos.h
r3768 r3819 1 /* $Id: oslibdos.h,v 1. 19 2000-06-28 21:05:57 phallerExp $ */1 /* $Id: oslibdos.h,v 1.20 2000-07-12 18:21:45 sandervl Exp $ */ 2 2 3 3 /* … … 161 161 DWORD nInBufferSize, 162 162 DWORD nDefaultTimeOut, 163 void*lpSecurityAttributes);163 LPSECURITY_ATTRIBUTES lpSecurityAttributes); 164 164 165 165 BOOL OSLibDosWaitNamedPipe(LPCSTR lpszNamedPipeName, … … 170 170 BOOL OSLibDosCreatePipe(PHANDLE phfRead, 171 171 PHANDLE phfWrite, 172 void*lpsa,172 LPSECURITY_ATTRIBUTES lpsa, 173 173 DWORD dwSize); 174 174
Note:
See TracChangeset
for help on using the changeset viewer.