Ignore:
Timestamp:
Jun 16, 2001, 6:10:13 PM (24 years ago)
Author:
sandervl
Message:

disk updates

File:
1 edited

Legend:

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

    r5587 r6029  
    1 /* $Id: hmdisk.h,v 1.3 2001-04-26 13:22:45 sandervl Exp $ */
     1/* $Id: hmdisk.h,v 1.4 2001-06-16 16:10:12 sandervl Exp $ */
    22
    33#ifndef __HMDISK_H__
     
    3232  virtual BOOL   CloseHandle(PHMHANDLEDATA pHMHandleData);
    3333
     34  /* this is a handler method for calls to ReadFile() */
     35  virtual BOOL   ReadFile   (PHMHANDLEDATA pHMHandleData,
     36                             LPCVOID       lpBuffer,
     37                             DWORD         nNumberOfBytesToRead,
     38                             LPDWORD       lpNumberOfBytesRead,
     39                             LPOVERLAPPED  lpOverlapped);
     40
     41  /* this is a handler method for calls to SetFilePointer() */
     42  virtual DWORD SetFilePointer(PHMHANDLEDATA pHMHandleData,
     43                               LONG          lDistanceToMove,
     44                               PLONG         lpDistanceToMoveHigh,
     45                               DWORD         dwMoveMethod);
     46
    3447  /* this is a handler method for calls to DeviceIoControl() */
    3548  virtual BOOL   DeviceIoControl    (PHMHANDLEDATA pHMHandleData, DWORD dwIoControlCode,
Note: See TracChangeset for help on using the changeset viewer.