ReactOS 0.4.16-dev-1948-gd260c1d
PACKAGE_VERSION Struct Reference

#include <appmodel.h>

Collaboration diagram for PACKAGE_VERSION:

Public Attributes

union {
   UINT64   Version
 
   struct {
      USHORT   Revision
 
      USHORT   Build
 
      USHORT   Minor
 
      USHORT   Major
 
   }   DUMMYSTRUCTNAME
 
DUMMYUNIONNAME
 

Detailed Description

Definition at line 40 of file appmodel.h.

Member Data Documentation

◆ Build

USHORT PACKAGE_VERSION::Build

Definition at line 48 of file appmodel.h.

◆ 

struct { ... } PACKAGE_VERSION::DUMMYSTRUCTNAME

◆ 

union { ... } PACKAGE_VERSION::DUMMYUNIONNAME

◆ Major

USHORT PACKAGE_VERSION::Major

Definition at line 50 of file appmodel.h.

◆ Minor

USHORT PACKAGE_VERSION::Minor

Definition at line 49 of file appmodel.h.

◆ Revision

USHORT PACKAGE_VERSION::Revision

Definition at line 47 of file appmodel.h.

◆ Version

UINT64 PACKAGE_VERSION::Version

Definition at line 44 of file appmodel.h.


The documentation for this struct was generated from the following file: