File: vixmlelemBuildNumberCreated.htm

package info (click to toggle)
office2003-schemas 1.0%2Bds-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, forky, sid, trixie
  • size: 42,304 kB
  • sloc: javascript: 2,429; makefile: 29
file content (77 lines) | stat: -rw-r--r-- 3,175 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<html dir="ltr"><head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META HTTP-EQUIV="assetid" CONTENT="HV01085322"><META NAME="lcid" CONTENT="1033"><title>BuildNumberCreated Element</title><link rel="stylesheet" type="text/css" href="office10.css"><script type="text/javascript" language="Javascript" src="ExpCollapse.js"></script><script type="text/javascript" language="JavaScript" src="inline.js"></script></head><body><h1>BuildNumberCreated Element</h1><p>
			<p>Contains the full build number of the instance used to create the document.</p>
		</p><h2>Syntax</h2><pre><code>
&lt;BuildNumberCreated&gt;
&lt;/BuildNumberCreated&gt;
</code></pre><h2>Attributes</h2><p>None</p><h2>Element properties</h2><table><tr><th>Property</th><th>Value</th></tr>
			<tr><td>Name</td><td>BuildNumberCreated&nbsp;</td></tr>
			<tr><td>Minimum Occurrences</td><td>0&nbsp;</td></tr>
			<tr><td>Maximum Occurrences</td><td>1&nbsp;</td></tr>
		</table><h2>Element information</h2><p><b class="bterm">Parent elements</b></p><p><a href="vixmlelemDocumentProperties.htm" id="HV01085386" lcid=""><b class="bterm">DocumentProperties</b></a></p><p><b class="bterm">Child elements</b></p><p>None</p><h2>Remarks</h2><p>
			<p>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:</p>
			<p><ul>
					<li>In Microsoft Visual Basic:</li>
				</ul></p>
			<code>BuildNum = BuildNumberCreated And &amp;HFFFF</code>
			<p><ul>
					<li>In C/C++:</li>
				</ul></p>
			<code>BuildNum = BuildNumberCreated &amp; 0xFFFF;</code>
			<table>
				<tr>
					<th>
						<b class="bterm">Bits</b>
					</th>
					<th>
						<b class="bterm">Description</b>
					</th>
				</tr>
				<tr>
					<td>
						<p>0 - 15</p>
					</td>
					<td>
						<p>Internal build number</p>
					</td>
				</tr>
				<tr>
					<td>
						<p>16 - 20</p>
					</td>
					<td>
						<p>Internal revision number</p>
					</td>
				</tr>
				<tr>
					<td>
						<p>21 - 25</p>
					</td>
					<td>
						<p>Minor version number</p>
					</td>
				</tr>
				<tr>
					<td>
						<p>26 - 30</p>
					</td>
					<td>
						<p>Major version number (Microsoft Office Visio 2003 = 11)</p>
					</td>
				</tr>
				<tr>
					<td>
						<p>31</p>
					</td>
					<td>
						<p>Reserved</p>
					</td>
				</tr>
			</table></p><h2>See also</h2><p><a target="_blank" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vissdk11/html/viproFullBuildNumberCreated.asp" id="HV81903451" lcid=" "><b class="bterm">FullBuildNumberCreated</b></a> property</p><center><a href="XMLSchemaCopyright_HV01147162.htm">&copy;2003-2004 Microsoft Corporation. All rights reserved.</a>  

Permission to copy, display and distribute this document is available at: <a 

href="http://r.office.microsoft.com/r/rlidAWSContentRedir?AssetID=XT010988631033&amp;CTT=11&amp;Origin=HV011232471033" 

target="_new">http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp</a></center></body></html>