Ignore:
Timestamp:
Apr 26, 2001, 3:27:59 PM (24 years ago)
Author:
sandervl
Message:

header update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/HandleManager.h

    r4285 r5590  
    1 /* $Id: HandleManager.h,v 1.24 2000-09-20 21:32:56 hugh Exp $ */
     1/* $Id: HandleManager.h,v 1.25 2001-04-26 13:27:58 sandervl Exp $ */
    22
    33/*
     
    523523                DWORD                 cbPipe);
    524524
     525
     526//Mailslot API
     527HANDLE HMCreateMailslotA(LPCSTR lpName, DWORD nMaxMessageSize,
     528                         DWORD lReadTimeout,
     529                         LPSECURITY_ATTRIBUTES lpSecurityAttributes);
     530BOOL HMGetMailslotInfo(HANDLE  hMailslot,
     531                       LPDWORD lpMaxMessageSize,
     532                       LPDWORD lpNextSize,
     533                       LPDWORD lpMessageCount,
     534                       LPDWORD lpReadTimeout);
     535BOOL HMSetMailslotInfo(HANDLE hMailslot,
     536                       DWORD  dwReadTimeout);
     537
    525538#ifdef __cplusplus__
    526539  }
Note: See TracChangeset for help on using the changeset viewer.