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.

26 lines
657 B

  1. /*--------------------------------------------------------------------------*
  2. *
  3. * Microsoft Windows
  4. * Copyright (C) Microsoft Corporation, 1992 - 1999
  5. *
  6. * File: amcdocmg.h
  7. *
  8. * Contents: Interface file for CAMCDocManager
  9. *
  10. * History: 01-Jan-98 jeffro Created
  11. *
  12. *--------------------------------------------------------------------------*/
  13. #ifndef AMCDOCMG_H
  14. #define AMCDOCMG_H
  15. class CAMCDocManager : public CDocManager
  16. {
  17. public:
  18. virtual BOOL DoPromptFileName(CString& fileName, UINT nIDSTitle,
  19. DWORD lFlags, BOOL bOpenFileDialog, CDocTemplate* pTemplate);
  20. };
  21. #endif /* AMCDOCMG_H */