|
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
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
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
IRQL of HwStorAdapterControl Hi, What is the IRQL HwStorAdapterControl is called at? Thank you, Andrew ... 8 May 2008 23:17
Enabling/Disabling NDIS 5.1 Intermediate Miniport ( 1-2 Mux) Hi, I have to to complete the development of a Mux written by a now departed consultant and which is probably 98% right. No experience or training in driver development, so I WILL use the wrong terms in phrasing my questions. This MUX is designed to be bound only to Ethernet NICs. When the NICs are bound t... 8 May 2008 22:30
NDIS 5.2 and Scalable Networking Pack I saw this post on the newsgroup. ===================================================== Newsgroups: microsoft.public.development.device.drivers From: "Alireza Dabagh [MS]" <a...(a)online.microsoft.com> Date: Wed, 25 Oct 2006 23:04:47 -0700 Local: Wed, Oct 25 2006 11:04 pm Subject: Re: NDIS 5.2 and Scalable Netwo... 8 May 2008 21:43 |