Annotation of mstools/samples/registry/monkey.h, revision 1.1.1.3

1.1.1.3 ! root        1: 
        !             2: /******************************************************************************\
        !             3: *       This is a part of the Microsoft Source Code Samples. 
        !             4: *       Copyright (C) 1993 Microsoft Corporation.
        !             5: *       All rights reserved. 
        !             6: *       This source code is only intended as a supplement to 
        !             7: *       Microsoft Development Tools and/or WinHelp documentation.
        !             8: *       See these sources for detailed information regarding the 
        !             9: *       Microsoft samples programs.
        !            10: \******************************************************************************/
        !            11: 
1.1       root       12: #define IDE_NAME                    101
                     13: #define IDE_TITLEINDEX              102
                     14: #define IDE_ACL                     104
                     15: #define IDE_LASTWRT                 105
                     16: #define IDE_VALUE1                  106
                     17: #define IDE_VALUE2                  107
                     18: #define IDE_VALUE3                  108
                     19: #define IDE_CLASS                   109
                     20: #define IDB_NEXT                    111
                     21: #define IDB_BACK                    112
                     22: #define IDL_LISTBOX                 110
                     23: #define IDL_LISTBOX2                103
                     24: #define IDE_CVALUES                 113
                     25: #define IDB_PRINT                   114
                     26: #define IDR_FULL                    115
1.1.1.3 ! root       27: #define IDE_TEXTOUT                 116
1.1       root       28: #define IDR_TRIMMED                 117
                     29: 
                     30: #define MAX_VALUE_NAME              128
                     31: #define MAX_DATA_LEN                1024
                     32: 
                     33: #define LINE_LEN                    80
                     34: 
                     35: #define BRANCH                      1
                     36: #define CHILD                       2
                     37: #define OTHER                       3
                     38: 
                     39: #define BOOT_INI                    "c:\\boot.ini"
                     40: #define REGISTRY_TXT                "registry.txt"
                     41: 
                     42: // MAX_PATH is defined as 260 in windef.h
                     43: 
                     44: #define WM_APP                      0x08000
                     45: #define WM_GETFIRSTKEY              WM_APP
                     46: 
                     47: int  APIENTRY MonkeyDlgProc (HWND, WORD, LONG, LONG);
                     48: 
1.1.1.2   root       49: VOID EnumerateLevel (HWND hDlg, LPTSTR NameLBSelect,
                     50:                      LPTSTR RegPath, HKEY *hKeyRoot);
1.1       root       51: 
                     52: VOID QueryKey (HWND, HANDLE);
                     53: VOID DisplayKeyData (HWND, LPTSTR, HANDLE);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.