Skip to content

Instantly share code, notes, and snippets.

@mallochine
Created October 28, 2017 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mallochine/6d6bd54ac70e074560c56eacc5a07069 to your computer and use it in GitHub Desktop.
Save mallochine/6d6bd54ac70e074560c56eacc5a07069 to your computer and use it in GitHub Desktop.
prob3.cpp
/**
* 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