First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Mailslot problem
I have an application that consists of two programs running on the same machine. One is a mailslot server, the other a client. The client sends messages to the server by calling CreateFile to open the slot, then WriteFile to send the data. This all works fine on most machines. Now I test it on a Vista lapt... 26 Mar 2010 22:55
SC_MONITORPOWER not working properly
"Deepika" wrote: thanks for the reply. i checked the samples but my requirement is a bit different. I want to turn off the monitor and then irrespective of the inputs from keyboard and mouse, it should not turn ON. only after a prescribed delay, it should turned on. You could hook keboard and ... 25 Mar 2010 14:59
Task Manager "System Cache" vs. Performance Monitor "System Ca
OK. Thanks Pavel! "Pavel Lebedinsky [MSFT]" wrote: I'm trying to obtain the System Cache value using PerfMon but cannot find the right performance counter (on Windows XP SP3 32-bit with 4GB of physical memory). Somehow Cache Bytes or System Cache Resident Bytes do not give me the ... 25 Mar 2010 09:07
ReadFile() WriteFile()
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <blockquote cite="mid:d53d9f85-1fa2-475d-9cd4-8d15e964a4fd(a)r1g2000yqj.googlegroups.com" type="cite"> <p ... 25 Mar 2010 16:13
C++ Win32 forum?
> I am a self taught C++/Win 32 programmer and I would like to find some forums to answer questions I have with programs that I write. Often I have a challenge to decide if I have a C++ or a win32 question. For example, I am writing a bitmap program and I have having trouble. What are some good p... 25 Mar 2010 02:09
Task Manager "System Cache" vs. Performance Monitor "System Cache
Hello I'm trying to obtain the System Cache value using PerfMon but cannot find the right performance counter (on Windows XP SP3 32-bit with 4GB of physical memory). Somehow Cache Bytes or System Cache Resident Bytes do not give me the expected result. They are off by about a factor 10. What is the lat... 25 Mar 2010 02:09
detect hiberante in .net
how i can do this in .net???? i need to know when system suspends and when hibernates. Private Sub Suspende(ByVal sender As Object, ByVal e As PowerModeChangedEventArgs) If e.Mode = PowerModes.Suspend Then Me.TXTMENS.Text = "Suspendido: " + SystemInformation.ComputerName + " - " + Date.Now.... 24 Mar 2010 13:31
KeDelayExecutionThread in PsSetCreateProcessNotifyRoutine
-----Original Message----- From: ceh [mailto:cehupper(a)gmail.com] "The thread that creates the new process is the thread that called CreateProcess in user space" If I'm a cmd.exe process and I call createprocess then you're saying that some thread in cmd.exe is the thread that the notifyrou... 24 Mar 2010 22:46
KeDelayExecutionThread in PsSetCreateProcessNotifyRoutine callback
Hi, please be aware that this is academic. I have a driver that aggregates a list of pids via the PsSetCreateProcessNotifyRoutine callback. The pid list is copied back to user space via DeviceIoControl When a new process is created, I'm notified in the callback and I have to protect an internal array of these ... 24 Mar 2010 10:00
Overlapped IO Fail with Error 995 i.e. ERROR_OPERATION_ABORTED
Hi All, I am facing an issue with my driver and user land code. User land code communicates with driver using overlapped IO mechanism which is straight forward. Basic algorithm is at user land: Thread() { Initialize overlapped structure with event = CreateEvent() with Manual Event Set issue_again: ... 25 Mar 2010 20:54
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21