WindowsXP-SP1/admin/activec/conui/amcdocmg.h
2020-09-30 16:53:49 +02:00

27 lines
657 B
C++

/*--------------------------------------------------------------------------*
*
* Microsoft Windows
* Copyright (C) Microsoft Corporation, 1992 - 1999
*
* File: amcdocmg.h
*
* Contents: Interface file for CAMCDocManager
*
* History: 01-Jan-98 jeffro Created
*
*--------------------------------------------------------------------------*/
#ifndef AMCDOCMG_H
#define AMCDOCMG_H
class CAMCDocManager : public CDocManager
{
public:
virtual BOOL DoPromptFileName(CString& fileName, UINT nIDSTitle,
DWORD lFlags, BOOL bOpenFileDialog, CDocTemplate* pTemplate);
};
#endif /* AMCDOCMG_H */