--- mstools/samples/registry/monkey.h 2018/08/09 18:20:41 1.1.1.1 +++ mstools/samples/registry/monkey.h 2018/08/09 18:23:41 1.1.1.3 @@ -1,3 +1,14 @@ + +/******************************************************************************\ +* This is a part of the Microsoft Source Code Samples. +* Copyright (C) 1993 Microsoft Corporation. +* All rights reserved. +* This source code is only intended as a supplement to +* Microsoft Development Tools and/or WinHelp documentation. +* See these sources for detailed information regarding the +* Microsoft samples programs. +\******************************************************************************/ + #define IDE_NAME 101 #define IDE_TITLEINDEX 102 #define IDE_ACL 104 @@ -13,6 +24,7 @@ #define IDE_CVALUES 113 #define IDB_PRINT 114 #define IDR_FULL 115 +#define IDE_TEXTOUT 116 #define IDR_TRIMMED 117 #define MAX_VALUE_NAME 128 @@ -34,8 +46,8 @@ int APIENTRY MonkeyDlgProc (HWND, WORD, LONG, LONG); -VOID EnumerateLevel (HWND hDlg, LPTSTR NameLBSelect, LPTSTR RegPath, HANDLE *hKeyRoot); - +VOID EnumerateLevel (HWND hDlg, LPTSTR NameLBSelect, + LPTSTR RegPath, HKEY *hKeyRoot); VOID QueryKey (HWND, HANDLE); VOID DisplayKeyData (HWND, LPTSTR, HANDLE);