.
.
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
.
.
struct OSVERSIONINFOEX {
.
struct OSVERSIONINFOEX
.
Structure OSVERSIONINFOEX
.
End Structure 'OSVERSIONINFOEX
.
.
.
struct OSVERSIONINFOEX {
.
Structure OSVERSIONINFOEX
.
End Structure 'OSVERSIONINFOEX
.