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

    r4256 r4588  
    1 /* $Id: hmdisk.h,v 1.1 2000-09-13 21:10:58 sandervl Exp $ */
     1/* $Id: hmdisk.h,v 1.2 2000-11-14 14:27:04 sandervl Exp $ */
    22
    33#ifndef __HMDISK_H__
     
    1919{
    2020public:
    21   HMDeviceDiskClass(LPCSTR lpDeviceName) : HMDeviceKernelObjectClass(lpDeviceName) {};
     21  HMDeviceDiskClass(LPCSTR lpDeviceName);
     22
     23  //checks if device name belongs to this class
     24  virtual BOOL FindDevice(LPCSTR lpClassDevName, LPCSTR lpDeviceName, int namelength);
    2225
    2326  /* this is a handler method for calls to CreateFile() */
Note: See TracChangeset for help on using the changeset viewer.