home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 May / PCFMay2001.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / scrptids.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  743 b   |  25 lines

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