Source code of Windows XP (NT5)
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.

22 lines
817 B

  1. //=--------------------------------------------------------------------------=
  2. // IDispIds.H
  3. //=--------------------------------------------------------------------------=
  4. // Copyright 1995-1997 Microsoft Corporation. All Rights Reserved.
  5. //
  6. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  7. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  8. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  9. // PARTICULAR PURPOSE.
  10. //=--------------------------------------------------------------------------=
  11. //
  12. // contains dispids for the Framework controls.
  13. //
  14. #ifndef _IDISPIDS_H_
  15. #define DISPID_READYSTATE (-525)
  16. #define DISPID_READYSTATECHANGE (-609)
  17. #define DISPID_AMBIENT_TRANSFERPRIORITY (-728)
  18. #define _IDISPIDS_H_
  19. #endif // _IDISPIDS_H_