Ignore:
Timestamp:
Nov 14, 2000, 3:27:04 PM (25 years ago)
Author:
sandervl
Message:

Handlemanager fix (MN), changes for device name lookup, com bugfix (error check) + com class now called for COMx: names

File:
1 edited

Legend:

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

    r4285 r4588  
    1 /* $Id: hmcomm.h,v 1.5 2000-09-20 21:32:54 hugh Exp $ */
     1/* $Id: hmcomm.h,v 1.6 2000-11-14 14:26:59 sandervl Exp $ */
    22
    33/*
     
    2323
    2424  HMDeviceCommClass(LPCSTR lpDeviceName);
     25
     26  //checks if device name belongs to this class
     27  virtual BOOL FindDevice(LPCSTR lpClassDevName, LPCSTR lpDeviceName, int namelength);
    2528
    2629  /* this is the handler method for calls to CreateFile() */
Note: See TracChangeset for help on using the changeset viewer.