Ignore:
Timestamp:
Jan 3, 2000, 10:36:11 PM (26 years ago)
Author:
sandervl
Message:

THDB hab & hmq values set + named pipe updates

File:
1 edited

Legend:

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

    r1496 r2311  
    1 /* $Id: oslibmisc.cpp,v 1.4 1999-10-28 18:23:34 sandervl Exp $ */
     1/* $Id: oslibmisc.cpp,v 1.5 2000-01-03 21:36:11 sandervl Exp $ */
    22
    33/*
     
    1212 *
    1313 */
     14#define INCL_WIN
    1415#define INCL_BASE
    1516#define INCL_DOSPROCESS
     
    293294//******************************************************************************
    294295//******************************************************************************
     296ULONG OSLibWinInitialize()
     297{
     298  return (ULONG)WinInitialize(0);
     299}
     300//******************************************************************************
     301//******************************************************************************
     302ULONG OSLibWinQueryMsgQueue(ULONG hab)
     303{
     304//  ULONG hmq;
     305
     306//  hmq = WinQueryWindowULong(HWND_DESKTOP, QWL_HMQ);
     307  return (ULONG)WinCreateMsgQueue((HAB)hab, 0);
     308}
     309//******************************************************************************
     310//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.