C# Class ZForge.Controls.ExplorerBar.DLLVERSIONINFO

Show file 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 property

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

dwBuildNumber public 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 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 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 property

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