C# Class ZForge.Controls.XPTable.Win32.DLLVERSIONINFO

Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Свойство 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
Résultat 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
Résultat 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
Résultat 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
Résultat int

dwPlatformID public_oe property

Identifies the platform for which the DLL was built
public int dwPlatformID
Résultat int