CVStruct Structure

Contains information that is used when installing a module or a composite image.

typedef struct {
    short Major;
    short Minor;
    short Sub;
    short Build;
} CVStruct;

Members

Member Description

Major

  • Major version build number

Minor

Minor version build number

Sub

Sub-build number

Build

Build number

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: Cor.h

Library: Used as a resource in Mscoree.dll

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Other Resources

Metadata Structures