Changeset 2311 for trunk/src/kernel32/oslibdos.h
- Timestamp:
- Jan 3, 2000, 10:36:11 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/oslibdos.h
r2301 r2311 1 /* $Id: oslibdos.h,v 1.1 0 2000-01-02 22:51:12sandervl Exp $ */1 /* $Id: oslibdos.h,v 1.11 2000-01-03 21:36:11 sandervl Exp $ */ 2 2 3 3 /* … … 106 106 LPVOID lpOutBuffer, 107 107 DWORD nOutBufferSize, 108 LPOVERLAPPED lpOverlapped ); 108 LPDWORD lpBytesRead, 109 LPOVERLAPPED lpOverlapped); 110 109 111 BOOL OSLibDosCallNamedPipe( LPCTSTR lpNamedPipeName, 110 112 LPVOID lpInBuffer, … … 114 116 LPDWORD lpBytesRead, 115 117 DWORD nTimeOut ); 118 119 BOOL OSLibDosPeekNamedPipe(DWORD hPipe, 120 LPVOID lpvBuffer, 121 DWORD cbBuffer, 122 LPDWORD lpcbRead, 123 LPDWORD lpcbAvail, 124 LPDWORD lpcbMessage); 116 125 117 126 BOOL OSLibDosConnectNamedPipe(DWORD hNamedPipe, LPOVERLAPPED lpOverlapped); … … 126 135 void* lpSecurityAttributes); 127 136 137 BOOL OSLibDosWaitNamedPipe(LPCSTR lpszNamedPipeName, 138 DWORD dwTimeout); 139 140 BOOL OSLibDosDisconnectNamedPipe(DWORD hPipe); 141 128 142 129 143 #endif
Note:
See TracChangeset
for help on using the changeset viewer.