--- mstools/samples/ddeml/client/dialog.h 2018/08/09 18:20:38 1.1 +++ mstools/samples/ddeml/client/dialog.h 2018/08/09 18:23:20 1.1.1.2 @@ -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 IDEF_DATA 101 #define IDCH_NODATA 102 #define IDCH_ACKREQ 103 @@ -39,3 +50,7 @@ #define IDCH_MAKEOWNED 132 #define IDBN_DELETE 133 #define IDLB_HANDLES 134 +#define IDRB_IL_ANON 908 +#define IDRB_IL_ID 909 +#define IDRB_IL_IMP 910 +#define IDRB_IL_DELEGATE 911