Ignore:
Timestamp:
Jan 10, 2003, 4:19:54 PM (23 years ago)
Author:
sandervl
Message:

changes for inheritance (check security structure); workaround for PeekNamedPipe with unnamed pipes; support input/output redirection for child processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/hmnpipe.cpp

    r7929 r9660  
    1 /* $Id: hmnpipe.cpp,v 1.9 2002-02-15 20:15:55 sandervl Exp $ */
     1/* $Id: hmnpipe.cpp,v 1.10 2003-01-10 15:19:53 sandervl Exp $ */
    22/*
    33 * Project Odin Software License can be found in LICENSE.TXT
     
    201201                         lpsa,
    202202                         cbPipe))
    203     return TRUE;
     203  {
     204     return TRUE;
     205  }
    204206  else
    205     return(FALSE);
     207     return FALSE;
    206208}
    207209//******************************************************************************
    208210//******************************************************************************
    209211BOOL HMDeviceNamedPipeClass::ConnectNamedPipe( PHMHANDLEDATA pHMHandleData,
    210                                           LPOVERLAPPED lpOverlapped)
     212                                               LPOVERLAPPED lpOverlapped)
    211213{
    212214  dprintfl(("KERNEL32: HMDeviceNamedPipeClass::ConnectNamedPipe %s(%08x) [%08x]\n",
Note: See TracChangeset for help on using the changeset viewer.