Ignore:
Timestamp:
Jul 12, 2000, 8:21:45 PM (25 years ago)
Author:
sandervl
Message:

PD: added handlemanager support for named & unnamed pipes

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 phaller Exp $ */
     1/* $Id: oslibdos.h,v 1.20 2000-07-12 18:21:45 sandervl Exp $ */
    22
    33/*
     
    161161                              DWORD   nInBufferSize,
    162162                              DWORD   nDefaultTimeOut,
    163                               void* lpSecurityAttributes);
     163                              LPSECURITY_ATTRIBUTES lpSecurityAttributes);
    164164
    165165BOOL OSLibDosWaitNamedPipe(LPCSTR lpszNamedPipeName,
     
    170170BOOL OSLibDosCreatePipe(PHANDLE phfRead,
    171171                        PHANDLE phfWrite,
    172                         void*  lpsa,
     172                        LPSECURITY_ATTRIBUTES lpsa,
    173173                        DWORD   dwSize);
    174174
Note: See TracChangeset for help on using the changeset viewer.