Changeset 4588 for trunk/src/kernel32/hmdisk.h
- Timestamp:
- Nov 14, 2000, 3:27:04 PM (25 years ago)
- File:
-
- 1 edited
-
trunk/src/kernel32/hmdisk.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/hmdisk.h
r4256 r4588 1 /* $Id: hmdisk.h,v 1. 1 2000-09-13 21:10:58sandervl Exp $ */1 /* $Id: hmdisk.h,v 1.2 2000-11-14 14:27:04 sandervl Exp $ */ 2 2 3 3 #ifndef __HMDISK_H__ … … 19 19 { 20 20 public: 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); 22 25 23 26 /* this is a handler method for calls to CreateFile() */
Note:
See TracChangeset
for help on using the changeset viewer.
