home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Include / IDISPIDS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-26  |  855 b   |  23 lines

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