Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
770 B

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