DISPIDS.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  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. // for the Cards control
  17. // properties & methods
  18. //
  19. #define DISPID_NUMBER 102
  20. #define DISPID_SUITE     103
  21. #define DISPID_INVERT 104
  22. #define DISPID_CARDALIGNMENT 105
  23. // events
  24. //
  25. #define _DISPIDS_H_
  26. #endif // _DISPIDS_H_