IsWindowsServer - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// versionhelpers.h

VERSIONHELPERAPI IsWindowsServer();
View the official Win32 API reference

NtDoc

No description available.

Win32 API reference (nf-versionhelpers-iswindowsserver)

IsWindowsServer function

Description

Indicates if the current OS is a Windows Server release. Applications that need to distinguish between server and client versions of Windows should call this function.

Return value

True if the current OS is a Windows Server version; otherwise, false.

See also

IsWindows7OrGreater

IsWindows7SP1OrGreater

IsWindows8OrGreater

IsWindows8Point1OrGreater

IsWindowsVistaOrGreater

IsWindowsVistaSP1OrGreater

IsWindowsVistaSP2OrGreater

IsWindowsXPOrGreater

IsWindowsXPSP1OrGreater

IsWindowsXPSP2OrGreater

IsWindowsXPSP3OrGreater