IsWindowsVersionOrGreater 函式 (versionhelpers.h)
重要 只有當其他提供的 版本協助程式函 式不符合您的案例時,才應該使用此函式。
語法
VERSIONHELPERAPI IsWindowsVersionOrGreater(
WORD wMajorVersion,
WORD wMinorVersion,
WORD wServicePackMajor
);
參數
wMajorVersion
主要OS版本號碼。
wMinorVersion
次要OS版本號碼。
wServicePackMajor
主要 Service Pack 版本號碼。
傳回值
如果指定的版本符合或大於目前 Windows OS 的版本,則為 TRUE;否則為 FALSE。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | versionhelpers.h |