Unit 'WinApiM.MediaApi.MfUtils' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_win_api_media]

OSVERSIONINFOEX

Declaration

Source position: WinApiM.MediaApi.MfUtils.pas line 60

type OSVERSIONINFOEX = record

  dwOSVersionInfoSize: DWORD;

  

  dwMajorVersion: DWORD;

  

  dwMinorVersion: DWORD;

  

  dwBuildNumber: DWORD;

  

  dwPlatformId: DWORD;

  

  szCSDVersion: array [0..127] of char;

  

  wServicePackMajor: Word;

  

  wServicePackMinor: Word;

  

  wSuiteMask: Word;

  

  wProductType: Byte;

  

  wReserved: Byte;

  

end;



CT Web help

CodeTyphon Studio