IsOS (shlwapi)
Last changed: -83.98.246.15

.
Summary
Checks for specified operating systems and operating system features.

C# Signature:

[DllImport("shlwapi.dll", SetLastError=true, EntryPoint="#437")]
[return: MarshalAs(UnmanagedType.Bool)]
static extern bool IsOS(uint32 dwOS);

VB.NET Signature:

<DllImport("shlwapi.dll", SetLastError:=True, EntryPoint="#437")> _

Private Shared Function IsOS(UInt32 dwOS) As Boolean
End Function

VB Signature:

Declare Function IsOS Lib "shlwapi.dll" (TODO dwOS) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
IsOS on MSDN