home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winbase / ipc / ddeml / server / dialog.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-10-05  |  1.2 KB  |  31 lines

  1.  
  2. /******************************************************************************\
  3. *       This is a part of the Microsoft Source Code Samples. 
  4. *       Copyright (C) 1993-1997 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.  
  12.  
  13. #define     IDEF_VALUE  101
  14. #define     IDTX_VALUE  102
  15. #define     IDEF_DATA   103
  16. #define     IDBN_GENHUGE 104
  17.  
  18. #define DID_ABOUT                   900
  19. #define DID_TEXTDATAENTRY           800
  20. #define DID_VALUEENTRY              300
  21. #define DID_CONTEXT                 906
  22. #define IDEF_FLAGS                  908
  23. #define IDEF_COUNTRY                909
  24. #define IDEF_CODEPAGE               910
  25. #define IDEF_LANG                   911
  26. #define IDEF_SECURITY               912
  27. #define IDRB_IL_ANON                913
  28. #define IDRB_IL_ID                  914
  29. #define IDRB_IL_IMP                 915
  30. #define IDRB_IL_DELEGATE            916
  31.