?? verinfo.h
字號:
#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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -