Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
653 B

  1. // Copyright 1995-1997 Microsoft Corporation. All Rights Reserved.
  2. //
  3. // this file is used by automation servers to delcare things that their objects
  4. // need other parts of the server to see.
  5. #ifndef _LOCALOBJECTS_H_
  6. #define _LOCALOBJECTS_H_
  7. //=--------------------------------------------------------------------------=
  8. // these constants are used in conjunction with the g_ObjectInfo table that
  9. // each inproc server defines. they are used to identify a given object
  10. // within the server.
  11. //
  12. // **** ADD ALL NEW OBJECTS TO THIS LIST ****
  13. #define OBJECT_TYPE_CTLHHCTRL 0
  14. #define OBJECT_TYPE_PPGHHCTRLGENERAL 1
  15. #endif // _LOCALOBJECTS_H_