database.h

来自「一本非常好的关于VC方面的书」· C头文件 代码 · 共 26 行

H
26
字号
#ifndef __Database
#define __Database


#include <windows.h>
#include <stdio.h>
#include <tchar.h>
#include <commctrl.h>

#include "Struct.h"
#include "Window.h"

#define _UNICODE

bool GetVersionDetail(LPTSTR szAbtFileName, VERSION_DETAIL *versionDetail);
bool FullVersionTable(HWND hwndVersionTable, LPTSTR szAbtFileName, LPTSTR szAncientBookName);

#endif







⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?