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

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