C# Class ZForge.Controls.ExplorerBar.DLLVERSIONINFO

Datei anzeigen Open project: zhuangyy/Motion Class Usage Examples

Public Properties

Property Type Description
cbSize int
dwBuildNumber int
dwMajorVersion int
dwMinorVersion int
dwPlatformID int

Property Details

cbSize public_oe property

Size of the structure, in bytes. This member must be filled in before calling the function
public int cbSize
return int

dwBuildNumber public_oe property

Build number of the DLL. If the DLL's version is 4.0.950, this value will be 950
public int dwBuildNumber
return int

dwMajorVersion public_oe property

Major version of the DLL. If the DLL's version is 4.0.950, this value will be 4
public int dwMajorVersion
return int

dwMinorVersion public_oe property

Minor version of the DLL. If the DLL's version is 4.0.950, this value will be 0
public int dwMinorVersion
return int

dwPlatformID public_oe property

Identifies the platform for which the DLL was built
public int dwPlatformID
return int