VisVim.h
资源名称:vim53src.zip [点击查看]
上传用户:gddssl
上传日期:2007-01-06
资源大小:1003k
文件大小:1k
源码类别:
编辑器/阅读器
开发平台:
DOS
- // VisVIM.h : main header file for the VisVim DLL
- //
- #if !defined(AFX_VISVIM_H__AC72670B_2977_11D1_B2F3_006008040780__INCLUDED_)
- #define AFX_VISVIM_H__AC72670B_2977_11D1_B2F3_006008040780__INCLUDED_
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // Main symbols
- #include <ObjModeladdguid.h>
- #include <ObjModelappguid.h>
- #include <ObjModelbldguid.h>
- #include <ObjModeltextguid.h>
- #include <ObjModeldbgguid.h>
- //
- // Prototypes
- //
- HKEY GetAppKey (char* AppName);
- HKEY GetSectionKey (HKEY hAppKey, LPCTSTR Section);
- int GetRegistryInt (HKEY hSectionKey, LPCTSTR Entry, int Default);
- bool WriteRegistryInt (HKEY hSectionKey, char* Entry, int nValue);
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_VISVIM_H__AC72670B_2977_11D1_B2F3_006008040780__INCLUDED)