|
|
1.1 ! root 1: #define IDE_NAME 101 ! 2: #define IDE_TITLEINDEX 102 ! 3: #define IDE_ACL 104 ! 4: #define IDE_LASTWRT 105 ! 5: #define IDE_VALUE1 106 ! 6: #define IDE_VALUE2 107 ! 7: #define IDE_VALUE3 108 ! 8: #define IDE_CLASS 109 ! 9: #define IDB_NEXT 111 ! 10: #define IDB_BACK 112 ! 11: #define IDL_LISTBOX 110 ! 12: #define IDL_LISTBOX2 103 ! 13: #define IDE_CVALUES 113 ! 14: #define IDB_PRINT 114 ! 15: #define IDR_FULL 115 ! 16: #define IDR_TRIMMED 117 ! 17: ! 18: #define MAX_VALUE_NAME 128 ! 19: #define MAX_DATA_LEN 1024 ! 20: ! 21: #define LINE_LEN 80 ! 22: ! 23: #define BRANCH 1 ! 24: #define CHILD 2 ! 25: #define OTHER 3 ! 26: ! 27: #define BOOT_INI "c:\\boot.ini" ! 28: #define REGISTRY_TXT "registry.txt" ! 29: ! 30: // MAX_PATH is defined as 260 in windef.h ! 31: ! 32: #define WM_APP 0x08000 ! 33: #define WM_GETFIRSTKEY WM_APP ! 34: ! 35: int APIENTRY MonkeyDlgProc (HWND, WORD, LONG, LONG); ! 36: ! 37: VOID EnumerateLevel (HWND hDlg, LPTSTR NameLBSelect, LPTSTR RegPath, HANDLE *hKeyRoot); ! 38: ! 39: ! 40: VOID QueryKey (HWND, HANDLE); ! 41: VOID DisplayKeyData (HWND, LPTSTR, HANDLE);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.