Class: Puppet::FFI::Windows::Structs::OSVERSIONINFO Private
- 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;