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.

24 lines
519 B

  1. #ifndef _CNAMSCF_HXX_
  2. #define _CNAMSCF_HXX
  3. //+------------------------------------------------------------------------
  4. //
  5. // Class: CADsPropertyValueCF (tag)
  6. //
  7. // Purpose: Class factory for standard Domain object.
  8. //
  9. // Interface: IClassFactory
  10. //
  11. //-------------------------------------------------------------------------
  12. class CADsPropertyValueCF : public StdClassFactory
  13. {
  14. public:
  15. STDMETHOD(CreateInstance)(IUnknown * pUnkOuter, REFIID iid, LPVOID * ppv);
  16. };
  17. #endif // #ifndef _CNAMSCG_HXX_