biosid.h

来自「思微POS连锁超市管理系统 (商业代码),几年前的东西了」· C头文件 代码 · 共 17 行

H
17
字号
#include <WINDOWS.H>

#ifdef __cplusplus
extern "C" {
#endif

BOOL WINAPI GetBiosId(LPCTSTR lpBiosId);

BOOL WINAPI GetBiosType(LPCTSTR lpBiosType);

BOOL WINAPI GetBiosDate(LPCTSTR lpBiosDate);


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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