Leaked source code of windows server 2003
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
537 B

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