WindowsXP-SP1/ds/adsi/router/clgintcf.hxx
2020-09-30 16:53:49 +02:00

25 lines
542 B
C++
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef _CNAMSCF_HXX_
#define _CNAMSCF_HXX
//+------------------------------------------------------------------------
//
// Class: CADsLargeIntegerCF (tag)
//
// Purpose: Class factory for standard Domain object.
//
// Interface: IClassFactory
//
//-------------------------------------------------------------------------
class CADsLargeIntegerCF : public StdClassFactory
{
public:
STDMETHOD(CreateInstance)(IUnknown * pUnkOuter, REFIID iid, LPVOID * ppv);
};
#endif // #ifndef _CNAMSCG_HXX_