home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / activexcontrol / basectl / card / dispids.h < prev    next >
C/C++ Source or Header  |  1997-10-05  |  972b  |  31 lines

  1. //=--------------------------------------------------------------------------=
  2. // Dispids.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. // dispids for use in an automation or control object.
  13. //
  14. #ifndef _DISPIDS_H_
  15.  
  16. //=--------------------------------------------------------------------------=
  17. // for the Cards control
  18. // properties & methods
  19. //
  20. #define DISPID_NUMBER        102
  21. #define DISPID_SUITE        103
  22. #define DISPID_INVERT        104
  23. #define DISPID_CARDALIGNMENT    105
  24.  
  25. // events
  26. //
  27.  
  28.  
  29. #define _DISPIDS_H_
  30. #endif // _DISPIDS_H_
  31.