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.

17 lines
383 B

  1. //+-------------------------------------------------------------------
  2. //
  3. // File: comclass.h
  4. //
  5. // Contents: Define class id for use by com class
  6. //
  7. // History: 03-Nov-94 Ricksa
  8. //
  9. //--------------------------------------------------------------------
  10. #ifndef _COMCLASS_H_
  11. #define _COMCLASS_H_
  12. extern CLSID clsidServer;
  13. void InitDll(void);
  14. #endif // _COMCLASS_H_