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.

21 lines
443 B

  1. //+------------------------------------------------------------------------
  2. //
  3. // Class: CWinNTNamespaceCF (tag)
  4. //
  5. // Purpose: Class factory for standard Namespace object.
  6. //
  7. // Interface: IClassFactory
  8. //
  9. //-------------------------------------------------------------------------
  10. class CWinNTNamespaceCF : public StdClassFactory
  11. {
  12. public:
  13. STDMETHOD(CreateInstance)(IUnknown * pUnkOuter, REFIID iid, LPVOID * ppv);
  14. };