minor formatting changes, created registry settings key
This commit is contained in:
@@ -14,15 +14,18 @@
|
||||
#include <wtypes.h>
|
||||
|
||||
/* Defines */
|
||||
#define SHELL_KEY L"Software\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon"
|
||||
#define PROGMAN_KEY L"Software\\Microsoft\\Windows NT\\CurrentVersion\\Program Manager"
|
||||
#define WINDOWS_KEY L"Software\\Microsoft\\Windows NT\\CurrentVersion\\Windows"
|
||||
#define PROGMGR_KEY L"Software\\Freedom Desktop\\Program Manager II"
|
||||
#define HKEYMAXLEN 261
|
||||
// Key Paths
|
||||
#define WINLOGON_KEY L"Software\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon"
|
||||
// #define PROGMAN_KEY L"Software\\Microsoft\\Windows NT\\CurrentVersion\\Program Manager"
|
||||
// #define WINDOWS_KEY L"Software\\Microsoft\\Windows NT\\CurrentVersion\\Windows"
|
||||
#define PROGMGR_KEY L"Software\\Freedom Desktop\\Program Manager II"
|
||||
|
||||
/* Global Registry Keys */
|
||||
//HKEY hKeyProgramManager;
|
||||
//HKEY hKeyPMSettings;
|
||||
/* Global Variables */
|
||||
// HKEYs
|
||||
extern HKEY hKeyProgramManager;
|
||||
extern HKEY hkeyProgramGroups;
|
||||
extern HKEY hKeySettings;
|
||||
|
||||
/* Function Prototypes */
|
||||
BOOL InitializeRegistryKeys(VOID);
|
||||
|
||||
Reference in New Issue
Block a user