|
Named pipe communication between an application and a service Hi, I have a C++ project that splits into three parts. A desktop program (medium integrity), a service application (SYSTEM account), and an asynchronous pluggable protocol (low integrity). The desktop program contains a named pipe server, created in the following manner: TCHAR LOW_INTEGRITY_SDDL_SACL_W[] =... 3 Jul 2008 11:28
Appverifier: How To ? Looking 4 docs Hi, can anybody point me out some useful (!) doc to learn to use appverifier? Seems to me that nice tool being worth to be checked out. But my google search reveals only infos that sounds like "...appverifier is very useful..."! or "...use appverifier ..." and so on. Nice! I need something like "Appv... 2 Jul 2008 07:47
FindFirstFileExW Please, please can someone give me code to make this work? I just can't seem to get FindFirstFileW to work or any of the W's. I've gone through so many iterations of code that I'm about to jump out of my 21st floor window. Just the declares, and the call would be great. That whole \\?\ doesn't seem to work for... 2 Jul 2008 21:10
Reverse-engineering USB protocol what is win USB ? the code for reading the USB should be as followes: ::ReadSector( DWORD startinglogicalsector, int numberofsectors) { char* buffer = (char*)malloc (512*numberofsectors); HANDLE hDevice ; // win 2k code DWORD bytesread; // Creating a handle to drive a: using CreateFile ... 2 Jul 2008 01:40
Logoff and Shutdown misery Hi all, I know applications can handle WM_QUERYENDSESSION when the user logs off but I have two questions. Is WM_QUERYENDSESSION sent to ALL processes runnning on the Winsta0/desktop are just the one initiated from the logon session of the console user ? Is there any other way to "undo" the logoff ? E.g. we... 2 Jul 2008 06:46
Register a DLL Hi. I'm working on a dll to be used by a third party program, and my dll makes use of general purpose functions from a second dll also created by me. I thought the program would work fine if both dlls were on the same folder, but it only works if my second dll is placed inside the Windows/System32 folder. I... 2 Jul 2008 04:43
mf.sys can i redistrubute it? Hi all, I have fax machine for which i want to take logo for windows xp , vista ,w2k8. I am useing the mf.sys in my driver stack. is it possible to include mf.sys for my logo test or not? At any cost i want to add mf.sys in my package. thanks siddu ... 3 Jul 2008 02:16
Removing Zombies from process list,... Hi, i dropped a "!zombies" on my windows 2000 system and it displayed me some really inavailable processes. Is there any way to remove them from the process list without rebooting the system and manipulating internal kernel data. I mean is there a simple command on kd or another app that can do this for me,...?... 2 Jul 2008 13:57
Retrieving open COM handles from arbitrary PIDs Hi, I am trying to build a diagnostic utility for an application that I have written in C++ (Win32). The application uses a COM port but on occasion, the COM port may be locked by another application. I can successfully retrieve all currently running PIDs (and their associated image names) but is there any ... 2 Jul 2008 06:46
writefile(..) ERROR number =5 = Access is Denied, when writing to USB sector 0 Hi I am trying to copy to the usb , raw data, with function writefile(..), and i get the error number 5 =Access is denied, I am working with vista SP1, and i guess it got to be connected to my priviliges. I have tried to run the *.exe file with "run as administrator" option and it doesn't help. Also tried to en... 30 Jun 2008 15:49 |