Search Results

0
votes
2answers
556 views

How do I change the ACLs on a registry key? (C++)

I need to delete a regsitry key. It has a deny ACL on Set Value (I need this permission to delete it). How do I change the ACLs in C++? …
1
vote
4answers
2k views

How to get Program Files folder path (not Program Files (x86)) from 32bit WOW process?

I need to get the path to the native (rather than the WOW) program files directory from a 32bit WOW process. When I pass CSIDL_PROGRAM_FILES (or CSIDL_PROGRAM_FILESX86) into SHGetSpecialFol …
3
votes

Linux/C++ programmer to C#/Windows programmer

Since you already know how to program in C++, check out: A Programmers Introduction to C# 2.0, by Eric Gunnerson and Nick Wienholt …
1
vote

How to get Program Files folder path (not Program Files (x86)) from 32bit WOW process?

I appreciate all the help and, especially, the warnings in this thread. However, I really do need this path and this is how I got it in the end: (error checking removed for clarity, use at …