First  |  Prev |  Next  |  Last
Pages: 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
setting group perms on a reg entry
I need to add some permissions on a registry entry, without changing the ones that exist there already. I know I need to use SetNamedSecurityInfo() to do it but I also need more but the more is not obvious to me. Do I need to GetNamedSecurityInfo() and pull out what is there, modify it and set it back in the re... 30 Jun 2008 09:37
Tool to capture UCI chess engine exchanges?
I want to write a UCI chess engine that plays badly enough for me to beat it, and then improve it as my game improves (this is mostly for fun, I know that many already exist). The UCI documentation I've found on the net is pretty terse, and it would help a lot if I could read a log of the actual communication betw... 29 Jun 2008 20:21
Fastest Possible Hardware Interrupt Response?
"hardwarehacker" <chilli_vanc(a)hot-mail.com--RemoveDash> wrote: Why do most people in this group spout off non-sense and useless opinions, instead of creative solutions. If you don't have a creative solution, come back to thread later... maybe you'll learn something :-P There's misinformation and bs AL... 29 Jun 2008 00:57
Find UDP packet source address on multihomed host
My C++ Win32 program runs on a multihomed host and sends UDP packets using the sendto () Winsock API. The UDP socket is bound to INADDR_ANY (0.0.0.0) and is used to send packets to various destination addresses. Given a particular destination IP-address, I need to programmatically determine the network interface th... 2 Jul 2008 04:43
Is there any way to move hiberfil.sys to another partition,..
Hi, i have a old laptop i like to work with. The Disk Drive is not that fast, so i moved my pagefile.sys over to a usb stick and the complete system became significat faster. So my question is not abozt making the system faster by moving hiberfil.sys to some other place, because in fact it wont make anything fa... 12 Jul 2008 03:22
How to limit the memory of a process?
Hi, Is there an equivalent to the `limit' functionality of UNIX on Windows? Basically I'm trying to test the behavior of my program when it runs out of memory but because I have way to much available memory it takes a very long time and trashes my system pretty badly. If I could limit the memory usage to 100... 1 Jul 2008 18:31
stack size
Hi, I'd like to ask a dummy question. For window NT, what is the beginning and ending of the user mode address and kernel mode address? And what's the stack size? Thanks. Sue ... 30 Jun 2008 09:37
R6031
My MFC app loads statically linked dll and this dll uses another dynamically loaded dll. All is ok, but when MFC app is exited there appears error message: RunTime Error ! ....path to app.exe R6031 - Attempt to initialize the CRT more than once. This indicates bug in your application. Any ideas ? Pet... 28 Jun 2008 05:33
ReplaceFile fails, but the file exists... ?
Hi all - I want to use ReplaceFile to change the name of a file. I found this better suited my needs than using MoveFile. But when I run my app with this code, my call to ReplaceFile fails (returns 0). GetLastError returns 2, indicating that "The system cannot find the file specified.". The file does exist howev... 30 Jun 2008 10:39
Redirecting input/output of CMD to seperate process
I am currently trying to redirect stdin/stdout from the cmd process so I can execute commands analize the results in a seperate program. I followed the instrcutions found on msdn with anonymous pipes(http://msdn.microsoft.com/en-us/library/ms682499(VS.85).aspx), but this only works temporarily. 1)I am able ... 27 Jun 2008 13:10
First  |  Prev |  Next  |  Last
Pages: 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32