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/hmdevice.h

    r4285 r4588  
    1 /* $Id: hmdevice.h,v 1.23 2000-09-20 21:32:54 hugh Exp $ */
     1/* $Id: hmdevice.h,v 1.24 2000-11-14 14:27:01 sandervl Exp $ */
    22
    33/*
     
    6969
    7070  HMDeviceHandler(LPCSTR lpDeviceName);      /* constructor with device name */
     71
     72  //checks if device name belongs to this class
     73  virtual BOOL FindDevice(LPCSTR lpClassDevName, LPCSTR lpDeviceName, int namelength);
    7174
    7275  /***********************************
Note: See TracChangeset for help on using the changeset viewer.