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.

22 lines
662 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright 1996-1998 Microsoft Corporation. All Rights Reserved.
  5. //
  6. // File: scrptids.h
  7. //
  8. //--------------------------------------------------------------------------
  9. // Invent DISPIDs for the things that don't have built-in dispid's
  10. #define DISPID_LOAD 1
  11. #define DISPID_UNLOAD 2
  12. #define DISPID_SUBMIT 3
  13. #define DISPID_FOCUS 4
  14. #define DISPID_CHANGE 5
  15. #define DISPID_BLUR 6
  16. #define DISPID_SELECT 7
  17. #define DISPID_MOUSEOVER 8
  18. #define DISPID_PARSECOMPLETE 9
  19. #define DISPID_ABORT 10
  20. #define DISPID_ERROR 11
  21. #define DISPID_MOUSEOUT 12