搜索资源列表
rcvall
- This sample illustrates how to use the SIO_RCVALL, SIO_RCVALL_MCAST, and SIO_RECVALL_IGMPMCAST ioctls available on Windows 2000 and later.
driverdev_src2
- This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest in the topic, so this article will pick up where the first left off. The main focus of these articles will be to build up
driverdev_src3
- This the third edition of the Writing Device Drivers articles. The first article helped to simply get you acquainted with device drivers and a simple fr a mework for developing a device driver for NT. The second tutorial
cdaudio
- The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations by intercepting the relevant audio ioctls and translating them into the command block(s) expected by the non-compliant cdroms. It supports Plu
cdaudio
- The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations by intercepting the relevant audio ioctls and translating them into the command block(s) expected by the non-compliant cdroms. It supports Plu
palyaudioWithcd
- The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations by intercepting the relevant audio ioctls and translating them into the command block(s) expected by the non-compliant cdroms. It supports Plu
rcvall
- This sample illustrates how to use the SIO_RCVALL, SIO_RCVALL_MCAST, and SIO_RECVALL_IGMPMCAST ioctls available on Windows 2000 and later.
palyaudioWithcd
- The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations by intercepting the relevant audio ioctls and translating them into the command block(s) expected by the non-compliant cdroms. It supports Plu
driverdev_src2
- This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest in the topic, so this article will pick up where the first left off. The main focus of these articles will be to build up
driverdev_src3
- This the third edition of the Writing Device Drivers articles. The first article helped to simply get you acquainted with device drivers and a simple fr a mework for developing a device driver for NT. The second tutorial
cdaudio
- The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations by intercepting the relevant audio ioctls and translating them into the command block(s) expected by the non-compliant cdroms. It supports Plu
cdaudio
- The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations by intercepting the relevant audio ioctls and translating them into the command block(s) expected by the non-compliant cdroms. It supports Plu
drv_kmem.tar
- This is a Linux driver to demonstrate the usage of ioctls and kmem_caches.
PCI_IO_SYS
- 一個PCI_IO為驅動程式範例,本範例參考"PCIConf","Winio"及"接口驅動程序開發"修改而成,主要修改的檔案為Ioctls.h及Control.c-1 PCI_IO-driven programming paradigm, in this example refer to " PCIConf" , " Winio" and " interface driver developmen
usbdiskencrar
- 主要是U 盘加密的。可以对U盘 进行加密,是一个难得的例子-Files Descr iption: DD\EDDrv.c: The on-the-fly encryption/decryption filter driver. DD\EdDrv.h: Main header file for the above. DD\IoctlCmd.h: Containing the IOCTLs for the driver.
cod1
- This uses OSS ioctls for audio recording and playback. The code is fully tested on iMX 21 and omap l138(hawkboard). One need to cross compile the givel code and run the binary on board
compat_ioctl
- AGPGART driver frontend compatibility ioctls.
ide-ioctls
- IDE ioctls handling driver for Linux.
ide-ioctls
- IDE ioctls handling for Linux v2.13.6.
IOCTL
- This sample demonstrates the usage of four different types of IOCTLs (METHOD_IN_DIRECT, METHOD_OUT_DIRECT, METHOD_NEITHER, and METHOD_BUFFERED).