Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "OSVERSIONINFOEX" in [All]

kernel32

.
Summary
Is used to get OSVERSIONINFOEX, you can try the System.Environment.OSVersion class.
.

private static extern bool GetVersionEx(ref OSVERSIONINFOEX osvi);

.

private struct OSVERSIONINFOEX

.

    (ByRef lpVersionInformation As OSVERSIONINFOEX) As Boolean

.

    Structure OSVERSIONINFOEX

.

    End Structure 'OSVERSIONINFOEX

.

    Dim osv As New OSVERSIONINFOEX

.

    Dim osv As New OSVERSIONINFOEX

.

OSVERSIONINFOEX osVersionInfo = new OSVERSIONINFOEX();

.

    Dim osv As New OSVERSIONINFOEX

.

    Dim osv As New OSVERSIONINFOEX

.

static extern bool VerifyVersionInfo([In] ref OSVERSIONINFOEX lpVersionInfo,

.

private struct OSVERSIONINFOEX

Structures

.
Summary
The OSVERSIONINFOEX structure contains operating system version information. The information includes major and minor version numbers, a build number, a platform identifier, and information about product suites and the latest Service Pack installed on the system.
.

struct OSVERSIONINFOEX {

.

  struct OSVERSIONINFOEX

.

Structure OSVERSIONINFOEX

.

End Structure 'OSVERSIONINFOEX

.
Documentation
[OSVERSIONINFOEX] on MSDN
.
Summary
The OSVERSIONINFOEX structure contains operating system version information. The information includes major and minor version numbers, a build number, a platform identifier, and information about product suites and the latest Service Pack installed on the system.
.

struct OSVERSIONINFOEX {

.

Structure OSVERSIONINFOEX

.

End Structure 'OSVERSIONINFOEX

.
Documentation
[OSVERSIONINFOEX] on MSDN

 
Access PInvoke.net directly from VS: