BuildNumberCreated Element

Contains the full build number of the instance used to create the document.

Syntax


<BuildNumberCreated>
</BuildNumberCreated>

Attributes

None

Element properties

PropertyValue
NameBuildNumberCreated 
Minimum Occurrences
Maximum Occurrences

Element information

Parent elements

DocumentProperties

Child elements

None

Remarks

The format of the full build number, which includes both build and revision information, is described in the following table. To obtain the build number only, you can mask this value as follows:

BuildNum = BuildNumberCreated And &HFFFF

BuildNum = BuildNumberCreated & 0xFFFF;
Bits Description

0 - 15

Internal build number

16 - 20

Internal revision number

21 - 25

Minor version number

26 - 30

Major version number (Microsoft Office Visio 2003 = 11)

31

Reserved

See also

FullBuildNumberCreated property

©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp