|
DTM:Error occurs during receiving the list of machines in Default Hi, I have installed Windows DTM Studio. After trying to receive the list of machines in Default Pool I have received an error. Root Cause: INFORMATION : Marking RunJob Task "Create Dimension Display_DriverModel - Task - Create Dimension Xslt" As Failed as the LibraryJob "Create Dimension Xslt" has Failed... 14 May 2008 11:21
How to monitor IRP Hi Is there any magic tool that we can monitor all or some Windows drivers IRP, IO control code and data if they do not dump message , can WinDbg do this ? Thank you . ... 29 Apr 2008 09:38
Problem with mapping more than one page using ZwMapViewOfSection u Hello, I have a problem with sharing memory, which is bigger than one page (4 kBytes), between driver and user space application. In a driver I have allocated static global variable char myTable[sizeof(__int64)*2044]; //size of it is 16352 bytes and initialized it with simple loop: __int64* initPtr = (_... 28 Apr 2008 17:49
Removing Hardware from System by UserMode Code and Reinstalling it... Hi, i have a PCMCIA WLan Adapter plugged into my Laptop. I would like to remove it from my system by code and reinsert it into system, also done by code. The Hardware Device will still be plugged into the systems pcmcia slot after "software" removal. How can i do this by user mode code? I want to remove the d... 3 May 2008 11:30
Microsoft Loopback Adapter Hello, I have some questions about the Microsoft Loopback Network Adapter. I hope someone can help answer these. - How different is it from NTKernel.com's Virtual Network Adapter VirtNet ? - Are there any sample code or sources I can build/download for Microsoft Loopback Network Adapter? - If not, is it ... 28 Apr 2008 12:19
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 05:43
New release of undocumented.ntinternals.net Pleased to announce there's a new release of http://undocumented.ntinternals.net/ documenting most NTAPI "undocumented" functions and structures. ... 28 Apr 2008 09:58
read from virtual comport Hi, I have a program that writes/reads a virtual comport. Writing is ok. Reading always returns 0 bytes. (the connected device is sending stuff continuously) The read uses standard windows API, CreateFile / ReadFile. Commtimeouts are set. I tried every combination of options for the above mentioned functions... 28 Apr 2008 12:19
Linking a dll or a lib file developped in C++ using Visual Stu "Don Burn" wrote: Your DLL is using Win32 calls, you cannot use these in the kernel. You need to redesign things to not use functions not supported in the kernel. Can I write instead my driver in user-mode ? or at least a part in user-mode that can have access to my dll, so my driver will inderect... 28 Apr 2008 08:24
Unable to Pend IRP on ISO Read (IN) pipe I need to pend an IRP on the ISO IN pipe with a completion routine, which will get invoked when the driver below (USB) has some data on the pipe. My problem is that i have been unable to pend an IRP (Created using IoAllocateIrp) on the ISO read (IN) pipe. I have tried with the sample provided in DDK (\WinDDK\60... 28 Apr 2008 06:39 |