|  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11
DDK is missing src and samples
We downloaded DDK from Microsoft and installed it yesterday, but the samples for HID are missing. C:\WINDDK\3790.1830\... But there is no 'src' directory with samples \src\wdm\hid\hclient ... 9 May 2008 17:33
REPORT LUNS
Hi, I wonder what the format of SCSIOP_REPORT_LUN's LUN_LIST.Lun field is. Storport.h has UCHAR Lun[0][8]; // 4 level of addressing. 2 bytes each. The SCSI standard says nothing about the format. It looks like it's just a list of 64-bit numbers being LU numbers. Why does storport.h mention "4 ... 9 May 2008 15:59
DDK Integration with VS
Which compiler should be used to simply build a Visual-C++ program that needs to call the USB interface functions in the DDK? Our program isn't a driver; it part of a GUI lets other programs connect by socket, and relays their read/writes over USB to our USB device. -- Doug "Rich S." wrote: Hello,... 9 May 2008 12:50
Where can I find the stardand IDE Contorller spec for Windows
hi Maxim S. Shatskih You are a Windows DDK MVP. Nice to meet you. I study the Windows DDK about the IDE Driver Stack. (force on Windows XP system) It shows Vendors can elect to provide their own IDE controller minidriver instead of using the native minidriver, pciide.sys. In other words, even Vendors don... 9 May 2008 12:03
about function COM_IOControl in Virtual COM driver
hello,everybody! I'm try to create a virtual COM driver. when i applying the function COM_IOControl: DWORD COM_IOControl(DWORD hOpenContext,DWORD dwCode,PBYTE pBufIn,DWORD dwLenIn,PBYTE pBufOut,DWORD dwLenOut,PDWORD pdwActualOut) i've received some values of dwCode parameter,like 0x1B0050 1769552 ... 9 May 2008 10:28
IOCTL_MOUNTMGR_VOLUME_ARRIVAL_NOTIFICATION error
Hi, This is a file virtual disk driver. I am not implementing PNP so I cannot use IORegisterDeviceInterface. To create my volume mount point I first call the mount manager with the volume arrival notification ioctl. The mount manager does call my IOCTL_MOUNTDEV_QUERY_DEVICE_NAME with a buffer size of 4. ... 9 May 2008 08:54
Does Windows XP , Windows 2000 and Vista has the same registry position?
In my driver, i need to check the registry information in \\Registry\ \Machine\\System\\CurrentControlSet\\Control\\Class\\{4D36E96A- E325-11CE-BFC1-08002BE10318}\\0000\\settings". And i want to know does all the OS has the same position to same these information? thanks. ... 9 May 2008 04:46
How to call the kernel API which is not in the DDK document!
I can't find that kernel API in the DDK document. But it is exposed by ntoskrnl.exe. What should I do to call it ! Thank you very much! -- 天若有情天亦老,人间正道是沧桑。 ... 9 May 2008 03:12
user mode to kernel mode I/O via named pipes
I have always performed I/O between user mode and kernel mode via traditional IOCTRL. I have seen examples where named pipes have been used. My understanding is that using named pipes is possible but non-standard and should be avoided. Any comments. mirage ... 9 May 2008 03:12
NDIS61 Header Data Split question
Hi, In the WDK doc, in section "Splitting Fragmented IP Frames" there is a statement: "If a fragmented IPv4 frame does not contain the upper-layer-protocol header, the NIC must split the frame at the beginning of the upper- layer-protocol header or must not split the frame." How can a frame be split at th... 9 May 2008 00:51
Prevent loading of SCSIAdapter in Safe Mode
Hi, Is there any way to prevent my driver from being loaded in safe mode? In my INF, I have Class=SCSIAdapter. Thank you, Andrew ... 8 May 2008 23:17
 |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11