Ignore:
Timestamp:
Nov 26, 1999, 10:10:52 PM (26 years ago)
Author:
phaller
Message:

Add: serial communication support in handlemanager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/hmcomm.h

    r1847 r1850  
    1 /* $Id: hmcomm.h,v 1.2 1999-11-26 08:18:15 achimha Exp $ */
     1/* $Id: hmcomm.h,v 1.3 1999-11-26 21:10:52 phaller Exp $ */
    22
    33/*
     
    1313#define _HM_COMM_H_
    1414
    15 class HMDeviceCommHandler : public HMDeviceHandler
     15class HMDeviceCommClass : public HMDeviceHandler
    1616{
    17 
     17  public:
     18    HMDeviceCommClass(LPCSTR lpDeviceName) : HMDeviceHandler(lpDeviceName) {}
     19 
     20  /* @@@PH here go the API methods
     21  virtual DWORD CreateEvent (PHMHANDLEDATA         pHMHandleData,
     22                             LPSECURITY_ATTRIBUTES lpsa,
     23                             BOOL                  fManualReset,
     24                             BOOL                  fInitialState,
     25                             LPCTSTR               lpszEventName);
     26                             
     27  - strings are ASCII
     28  - HANDLEs are translated to a PHMHANDLEDATA pointer
     29                             
     30  */
    1831
    1932};
Note: See TracChangeset for help on using the changeset viewer.