First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Does Windows XP , Windows 2000 and Vista has the same registry position?
???? <dongy117(a)gmail.com> wrote: 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? My com... 8 May 2008 01:50
Where to install device drivers so that USB device finds them when it's first connected
I'm creating an installer for an application. This application uses a special type of printer that we'll supply to the client as part of a package with the software. I'd like to install the USB drivers that come with the printer into a location where the printer will find them as soon as it's plugged in - i.e. ... 8 May 2008 01:50
Differentiate between Control Panel and Apllication - Printer
Hi, I want to differentiate the Printer Driver UI is open from Control Panel or Apllication. Is there any API / approch to do this?. Inside the UI code, based on Printer Driver UI is opened from Control Panel or Apllication I have to write a logic. Regards, Sangeeth ... 8 May 2008 01:03
Problem while performing StretchBlt on HP 1010, HP 1018, HP 1020 and HP 3050
Harish <Harish.Sohani(a)gmail.com> wrote: Our application uses Windows GDI library to perform rendering and display of data/output onto the devices such as Screen and Printer. While I am trying to print the data onto a series of printers (HP 1010, HP 1018, HP 1020 and HP 3050) I am facing a typical prob... 8 May 2008 01:03
about URB_FUNCTION_SELECT_INTERFACE
I want to change interface setting, and the code as below: PURB urb; USBD_CONFIGURATION_HANDLE hConfig; PUSB_CONFIGURATION_DESCRIPTOR pcd; USBD_INTERFACE_LIST_ENTRY interfaces[4]; PUSB_INTERFACE_DESCRIPTOR pid; PURB pUrbSelIntf = NULL; .... urb = USBD_CreateConfigurationRequestEx(pcd, interfaces); ... 7 May 2008 23:30
USB-HID device driver
Hi, I wish to develop a usb-hid device driver. I have the following questions: 1) Should it be developed using WDF or WDM? 2) I am referring to the HID standard class. Is it enough as a document to refer all the APIs that can be used for the above purpose? 3) I've downloaded the latest(as on May 06, 2008)... 7 May 2008 15:38
InstallHinfSection fails on Vista with "Copy Error".
ah. sorry I haven't noticed it is a filesystem filter :( So it's a #&$^! UAC issue. --PA "Chris" <Chris(a)discussions.microsoft.com> wrote in message news:79CF0033-F965-4219-A5DF-58C2A4C4ABA1(a)microsoft.com... Pavel, thanks for your response... Again, this is a filter driver. The documentation instructs... 7 May 2008 15:38
Updated kernel symbols for Windows XP SP3
Yesterday I updated my target machine to Windows XP SP3. However, after that I found out that the kernel symbols available from Microsoft's symbol server do not match SP3 kernel components. Does anyone know when updated symbols (corresponding to Windows XP SP3) will be available on the symbol server? The sooner... 7 May 2008 14:51
How to broadcast messages to all application in co-installer entry point in Vista?
I hate to contradict my esteemed colleague Maxim, but there is indeed a way to have your coinstaller broadcast a message: do it from a finish-install action. leafbanana(a)163.com wrote: Thanks! It's limitation of Vista, isn't it? Any solution for this issue? -- Ray ... 7 May 2008 13:12
Can kernel mode call Win32 API ?
Hi Can kernel mode driver call Win32 API function like MessageBox and winsock ? If I want to write a virtual driver use some Win32 API and library , is it possible? Thank you . ... 7 May 2008 10:45
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17