Changeset 18184
- Timestamp:
- Dec 14, 2001, 11:22:03 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/include/custombuild.h ¶
r18176 r18184 35 35 LPOVERLAPPED_COMPLETION_ROUTINE lpCompletionRoutine); 36 36 37 typedef BOOL (* WIN32API PFNDRVCANCELIO)(HANDLE hDevice); 38 typedef DWORD (* WIN32API PFNDRVGETOVERLAPPEDRESULT)(HANDLE hDevice, 39 LPOVERLAPPED lpOverlapped, 40 LPDWORD lpcbTransfer, 41 BOOL fWait); 37 42 38 43 BOOL WIN32API RegisterCustomDriver(PFNDRVOPEN pfnDriverOpen, PFNDRVCLOSE pfnDriverClose, 39 44 PFNDRVIOCTL pfnDriverIOCtl, PFNDRVREAD pfnDriverRead, 40 PFNDRVWRITE pfnDriverWrite, LPCSTR lpDeviceName); 45 PFNDRVWRITE pfnDriverWrite, PFNDRVCANCELIO pfnDriverCancelIo, 46 PFNDRVGETOVERLAPPEDRESULT pfnDriverGetOverlappedResult, 47 LPCSTR lpDeviceName); 41 48 42 49
Note:
See TracChangeset
for help on using the changeset viewer.