First  |  Prev |  Next  |  Last
Pages: 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 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 13:50
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 09:54
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 16:59
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... 22 May 2008 00:35
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 ... 13 May 2008 02:35
Out-of-band data
I have a system containing 2 ndis intermediate drivers. The first driver determines "additional data" about a packet and then sends the packet and "additional data" to the second driver. I intend on using the out-of-bound data struct in the packet descriptor to send the "additional data". Is this a good/corr... 8 May 2008 21:10
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 22:43
Virtual USB Mouse Device only shows as generic HID device.
I wrote a bus driver that generated virtual USB PDO for Printer, Scanner, and SmartCard. It worked fine before. Recently, I was requested to provide a virtual USB mouse PDO. What I did was as following steps 1. An usermode application access bus driver to add a new PDO 2. bus driver use IoCreateDeviceSecure ... 8 May 2008 17:14
winddi.h
I am trying to build a dll which requires winddi.h. I'm guessing that it's included with WDK CD. After I have installed the build environment, I still can't find winddi.h needed for my build. I have tried to find it on google and tried that winddi.h, although I have no luck either. Does the Plaform SDK need to ... 10 May 2008 00:02
Selecting Best Compatible Driver (Windows XP)
On May 8, 12:10 pm, Brianhub <Brian...(a)discussions.microsoft.com> wrote: The drivers are for a USB communication adapter for an industrial network. Because it is a custom driver class it canÂ’t be tested by MicrosoftÂ’ hardware lab. Not true at all, there is an "Unclassified" suite in DTM that will allow ... 8 May 2008 21:56
First  |  Prev |  Next  |  Last
Pages: 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59