Class: Puppet::FFI::Windows::Structs::OSVERSIONINFO Private

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/puppet/ffi/windows/structs.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

msdn.microsoft.com/en-us/library/windows/desktop/ms724834%28v=vs.85%29.aspx typedef struct _OSVERSIONINFO

DWORD dwOSVersionInfoSize;
DWORD dwMajorVersion;
DWORD dwMinorVersion;
DWORD dwBuildNumber;
DWORD dwPlatformId;
TCHAR szCSDVersion[128];

OSVERSIONINFO;