VisVim.h
上传用户:gddssl
上传日期:2007-01-06
资源大小:1003k
文件大小:1k
源码类别:

编辑器/阅读器

开发平台:

DOS

  1. // VisVIM.h : main header file for the VisVim DLL
  2. //
  3. #if !defined(AFX_VISVIM_H__AC72670B_2977_11D1_B2F3_006008040780__INCLUDED_)
  4. #define AFX_VISVIM_H__AC72670B_2977_11D1_B2F3_006008040780__INCLUDED_
  5. #ifndef __AFXWIN_H__
  6. #error include 'stdafx.h' before including this file for PCH
  7. #endif
  8. #include "resource.h" // Main symbols
  9. #include <ObjModeladdguid.h>
  10. #include <ObjModelappguid.h>
  11. #include <ObjModelbldguid.h>
  12. #include <ObjModeltextguid.h>
  13. #include <ObjModeldbgguid.h>
  14. //
  15. // Prototypes
  16. //
  17. HKEY GetAppKey (char* AppName);
  18. HKEY GetSectionKey (HKEY hAppKey, LPCTSTR Section);
  19. int GetRegistryInt (HKEY hSectionKey, LPCTSTR Entry, int Default);
  20. bool WriteRegistryInt (HKEY hSectionKey, char* Entry, int nValue);
  21. //{{AFX_INSERT_LOCATION}}
  22. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  23. #endif // !defined(AFX_VISVIM_H__AC72670B_2977_11D1_B2F3_006008040780__INCLUDED)