First  |  Prev |  Next  |  Last
Pages: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
PnP device recognition
Hi. i have a question regarding the PnP mechanism. my driver (WDF based) controls a pci board. my system can have between one to ten boards on its backplane. my question is - is there a way for me to know (to be sure) that PnP have finished dealing with all of my boards (that are related to my driver) in a... 1 May 2008 11:10
DIFxApp download help
I am trying to download DIFxAPP so that I can integrate a driver installation with my application installer. I keep finding myself going in circles trying to find it and would appreciate a URL. I went to the Installer home page and still was able to find the latest version. Thanks, Sid. ... 1 May 2008 10:23
How to send data from WinCE to Windows XP ?
Hi How to send data between Windows and WinCE , is Activesync protocol best way, where can I find the documents ? Do you know Windows CE USB Serial Host wceusbsh.sys driver ? Where can I get its WDM source , can I use it to recieve WinCE device data ? ... 1 May 2008 08:49
Getting a reference to an Unnamed Device
Is there a way to get a reference to an unnamed device? How can you get a pointer / call CreateFile() from user mode on such a device? Thanks. ... 1 May 2008 04:43
FileSystem: Non cached read.
Hi all, i am writing the file system driver. There is a problem with non-cached read. here is the sample code, whenever the call reaches to keWaitForSingleObject() it hangs (waits) there infinitely? can anyone please tell me what could be the problem? i am using my own buffer ( allocated paged memory ). is it t... 1 May 2008 04:43
Filtering the I/O requests sent by non-system applications in a file system filter driver.
HI, I'm a newbie in the world of drivers. I'm developing a file system filter driver that needs to process all I/O requests sent in by user mode applications eg; MS Word, Excel etc; I don't want to do any sort of processing on IRPs generated on behalf of the Windows OS itself ( I'm not sure I'm using the correct w... 1 May 2008 04:43
malloc,free,mbtow problem
hi i m working on file hooking i had applied two basic hooks i.e NTCreateFile and NtOpenFile i am almost finish but with very simple error and i am unable to resolve: i am allocating dynamic memory to char pointer i.e. char *cPtrDst ; cPtrDst = (char*)malloc(size); and deallocating it by free: free(cPtrDst); ... 1 May 2008 04:43
BthPort - How do I get the connection?
I notice that there are a series of Bluetooth functions that talk to and return a handle to BthPort. I need something like "\\?\BthPort" that I can call from another driver. Unfortunately MS made all the control calls only callable from another device driver (IRP_MJ_INTERNAL_DEVICE_CONTROL) and not from the A... 30 Apr 2008 20:08
custom page size and dmPaperLength/dmPaperWidth
If in Microsoft Word's "Page Setup" dialog I select custom page size and enter 1.5 inch width by 1 inch high, how does this information get passed to the printer driver? I expected that the DEVMODE passed to DrvEnablePDEV would contain the correct dmPaperLength and dmPaperWidth, but these values seem to be the d... 30 Apr 2008 16:13
windows file system internals -o reilly ebook???????
I need to know whether any link is there to download windows NT file system internals book.osr publications.Is there any e book for this is available??? If so can anybody send a link to it. Thanks in advance ... 30 Apr 2008 10:43
First  |  Prev |  Next  |  Last
Pages: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23