MyFileIO.h
上传用户:shxiangxiu
上传日期:2007-01-03
资源大小:1101k
文件大小:1k
源码类别:

OpenGL

开发平台:

Visual C++

  1. /////////////////////////////////////////////////////////////////////////////
  2. // MyFileIO.h : Header file; Defines the class definitions
  3. //
  4. // glOOP (OpenGL Object Oriented Programming library)
  5. // Copyright (c) Craig Fahrnbach 1997, 1999
  6. //
  7. // OpenGL is a registered trademark of Silicon Graphics
  8. //
  9. //
  10. // This program is provided for educational and personal use only and
  11. // is provided without guarantee or warrantee expressed or implied.
  12. //
  13. // Commercial use is strickly prohibited without written permission
  14. // from ImageWare Development.
  15. //
  16. // This program is -not- in the public domain.
  17. //
  18. /////////////////////////////////////////////////////////////////////////////
  19. #ifndef __MYFILE_IO__
  20. #define __MYFILE_IO__
  21. /////////////////////////////////////////////////////////////////////////////
  22. // External Definitions:
  23. //
  24. /////////////////////////////////////////////////////////////////////////////
  25. // Type Definitions:
  26. //
  27. /////////////////////////////////////////////////////////////////////////////
  28. // External function prototypes:
  29. //
  30. BOOL PASCAL NEAR ReadWindowPlacement(LPWINDOWPLACEMENT pwp, LPSTR lpszSection, LPSTR lpszWindowName);
  31. void PASCAL NEAR WriteWindowPlacement(LPWINDOWPLACEMENT pwp, LPSTR lpszSection, LPSTR lpszWindowName);
  32. void DisplayFileIOException(CFileException* exception);
  33. void ReadFileName();
  34. #endif // Include/Define