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 / webimage / localobj.h < prev    next >
C/C++ Source or Header  |  1997-10-09  |  1KB  |  30 lines

  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. //=--------------------------------------------------------------------------=
  18. // these constants are used in conjunction with the g_ObjectInfo table that
  19. // each inproc server defines.  they are used to identify a given  object
  20. // within the server.
  21. //
  22. // **** ADD ALL NEW OBJECTS TO THIS LIST ****
  23. //
  24.  
  25. #define OBJECT_TYPE_CTLWEBIMAGE 0
  26. #define OBJECT_TYPE_PPGWEBIMAGEGENERAL 1
  27.  
  28. #define _LOCALOBJECTS_H_
  29. #endif // _LOCALOBJECTS_H_
  30.