Changeset 18184


Ignore:
Timestamp:
Dec 14, 2001, 11:22:03 AM (23 years ago)
Author:
sandervl
Message:

header update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/include/custombuild.h

    r18176 r18184  
    3535                                        LPOVERLAPPED_COMPLETION_ROUTINE  lpCompletionRoutine);
    3636
     37typedef BOOL   (* WIN32API PFNDRVCANCELIO)(HANDLE hDevice);
     38typedef DWORD  (* WIN32API PFNDRVGETOVERLAPPEDRESULT)(HANDLE        hDevice,
     39                                                      LPOVERLAPPED  lpOverlapped,
     40                                                      LPDWORD       lpcbTransfer,
     41                                                      BOOL          fWait);
    3742
    3843BOOL WIN32API RegisterCustomDriver(PFNDRVOPEN pfnDriverOpen, PFNDRVCLOSE pfnDriverClose,
    3944                                   PFNDRVIOCTL pfnDriverIOCtl, PFNDRVREAD pfnDriverRead,
    40                                    PFNDRVWRITE pfnDriverWrite, LPCSTR lpDeviceName);
     45                                   PFNDRVWRITE pfnDriverWrite, PFNDRVCANCELIO pfnDriverCancelIo,
     46                                   PFNDRVGETOVERLAPPEDRESULT pfnDriverGetOverlappedResult,
     47                                   LPCSTR lpDeviceName);
    4148
    4249
Note: See TracChangeset for help on using the changeset viewer.