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

Windows编程

开发平台:

Visual C++

  1. //=--------------------------------------------------------------------------=
  2. // LocalObj.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. // this file is used by automation servers to delcare things that their objects
  13. // need other parts of the server to see.
  14. //
  15. #ifndef _LOCALOBJECTS_H_
  16. //=--------------------------------------------------------------------------=
  17. // these constants are used in conjunction with the g_ObjectInfo table that
  18. // each inproc server defines.  they are used to identify a given  object
  19. // within the server.
  20. //
  21. // **** ADD ALL NEW OBJECTS TO THIS LIST ****
  22. //
  23. #define OBJECT_TYPE_CTLWEBIMAGE 0
  24. #define OBJECT_TYPE_PPGWEBIMAGEGENERAL 1
  25. #define _LOCALOBJECTS_H_
  26. #endif // _LOCALOBJECTS_H_