First  |  Prev |  Next  |  Last
Pages: 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
implementation of call back in Driver
i want to implement timer in driver and call particular function in application can u plz tell me , thanks suhas ... 28 Jan 2010 03:10
IoSetDeviceInterfaceState: using multiple interface instances
Hello, is it possible to independently control multiple instances of a driver interface? I have an NDIS5 protocol driver that binds to multiple NDIS drivers. Using an interface that I register in the protocol driver, I want to notify my application of changes from ANY of the bound NDIS drivers. This works fi... 2 Feb 2010 17:26
Identifying volume shadow copies from a minifilter driver
Hello, I was wondering if there is a reliable way of determining whether a volume is a shadow copy volume or not from a minifilter driver. An obvious solution is of course to look at the volume name and determining it from that. As far as I know this is the only way of doing this in Windows XP. In Vista the... 27 Jan 2010 11:30
Two filters
Hello, I want to load a single driver as upper and lower filter. I had modified the registry to include it as upper and lower. I'm confused how to track in the driver whether the request is coming from upper interface or lower interface. Do I need to create two separate device objects for two filters? Also,... 27 Jan 2010 09:15
Filter driver installation problem!
Hi, I want to load my disk lower filter driver at Windows XP installation, but it seems that the disk lower filter driver can not be loaded at Windows Text Mode setup phrase ? If only boot-start & hardware driver can be loaded at this phrase? Best Regards, Peter, ... 2 Feb 2010 17:26
develop driver to read cpu MSRs
Hello, need a starting point to develop driver to access ring 0 to read/write MSR. I have VS 2008 and WDK 6001.18002. I am having difficulty finding a starting point. This would be my first attempt to develop a driver. Any information would be greatly appreciated to assist me with this project. Thanks... ... 2 Feb 2010 17:26
how to get started
Hi, I am looking at a device driver we have that was built 6 years ago. I need to make a change, but I am not sure how to build this thing. I have a .c file and a .h file. Some comments tell me this is a kernal-mode driver and that it is a windows driver model driver. I have visual c++ 7.0 (.NET). Any h... 26 Jan 2010 06:33
Track SRBs
Hello, When I install a disk lower filter I see all the SCSIOP_* arriving in the driver. However when I install disk upper filter I do not see any SCSI commands. How does the disk driver receive the SCSI commands and disk IOCTLs. Which driver sends the scsi commands /IOCTLs to disk driver. I could not track t... 27 Jan 2010 08:08
List of kernel mode compatible functions
Hi, Is there a list of kernel mode compatible C/C++ functions (preferably for WDK 7600)? Thanks, Jan ... 25 Jan 2010 09:26
Which lib has _wcscat_s
Hi, Working with WDK example MSVAD. Added wcscat_s() and get "unresolved external symbol _wcscat_s referenced in function "long __stdcall MyFunction()". wcscat() links (with #pragma warning (disable: 4995)) but OACR constantly nags "... is banned ...". What lib do I need to link in to resolve this (MS d... 24 Jan 2010 11:20
First  |  Prev |  Next  |  Last
Pages: 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80