verinfo.h

来自「wince host 和 target PCI驱动程序」· C头文件 代码 · 共 21 行

H
21
字号
#include "tmtypes.h"
#include "version.h"

#ifdef __cplusplus
extern "C" {
#endif

UInt32	verGetFileMajorVersion ( void );
UInt32	verGetFileMinorVersion ( void );
UInt32	verGetFileBuildVersion ( void );

UInt32	verGetProductMajorVersion ( void );
UInt32	verGetProductMinorVersion ( void );

Pointer	verGetFileVersionString ( void );
Pointer	verGetProductVersionString ( void );

#ifdef __cplusplus
};
#endif	/* __cplusplus */

⌨️ 快捷键说明

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