RetroZilla/directory/c-sdk/ldap/examples/windows/winldap/LdapDoc.h

43 lines
830 B
C
Raw Normal View History

2015-10-21 05:03:22 +02:00
// LdapDoc.h : interface of the LdapDoc class
//
/////////////////////////////////////////////////////////////////////////////
class LdapDoc : public CDocument
{
protected: // create from serialization only
LdapDoc();
DECLARE_DYNCREATE(LdapDoc)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(LdapDoc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~LdapDoc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(LdapDoc)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////