home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / idispids.h < prev    next >
C/C++ Source or Header  |  1998-04-25  |  772b  |  21 lines

  1. //+-------------------------------------------------------------------------
  2. //
  3. //  Microsoft Windows
  4. //  Copyright 1995 - 1998 Microsoft Corporation. All Rights Reserved.
  5. //
  6. //  File: idispids.h
  7. //
  8. //--------------------------------------------------------------------------
  9.  
  10. #define DISPID_READYSTATE                             (-525)
  11. #define DISPID_READYSTATECHANGE                       (-609)
  12. #define DISPID_AMBIENT_TRANSFERPRIORITY               (-728)
  13. #define DISPID_AMBIENT_OFFLINEIFNOTCONNECTED          (-5501)
  14. #define DISPID_AMBIENT_SILENT                         (-5502)
  15.  
  16. // Until these appear in OLECTL.H
  17. #ifndef DISPID_AMBIENT_CODEPAGE
  18. #define DISPID_AMBIENT_CODEPAGE         (-725)
  19. #define DISPID_AMBIENT_CHARSET          (-727)
  20. #endif
  21.