Created
October 28, 2017 20:52
-
-
Save mallochine/6d6bd54ac70e074560c56eacc5a07069 to your computer and use it in GitHub Desktop.
prob3.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Specify access to the 32-bit or 64-bit application view of | |
* registry values. The default is to match the currently running | |
* binary type. | |
*/ | |
enum KeyWOW64 | |
{ | |
KeyWOW64_Default, | |
KeyWOW64_32, | |
KeyWOW64_64 | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment