Browse Source

Minor improvements.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353015 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_2_0_PRE1
Rainer Klute 21 years ago
parent
commit
1dda4b976d

+ 2
- 2
src/documentation/xdocs/hpsf/how-to.xml View File

@@ -764,12 +764,12 @@ No property set stream: "/1Table"</source>

<tr>
<td>VT_LPSTR</td>
<td>String</td>
<td>java.lang.String</td>
</tr>

<tr>
<td>VT_LPWSTR</td>
<td>String</td>
<td>java.lang.String</td>
</tr>

<tr>

+ 3
- 3
src/documentation/xdocs/hpsf/internals.xml View File

@@ -1141,9 +1141,9 @@
</li>

<li>
<p>What is a <code>FILETIME</code>? The answer can be found for example
under <link href="http://www.vbapi.com/ref/f/filetime.html">http://www.vbapi.com/ref/f/filetime.html</link>
or
<p>What is a <code>FILETIME</code>? The answer can be found
under <link
href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/filetime_str.asp"></link>, <link href="http://www.vbapi.com/ref/f/filetime.html">http://www.vbapi.com/ref/f/filetime.html</link> or
<link href="http://www.cs.rpi.edu/courses/fall01/os/FILETIME.html">http://www.cs.rpi.edu/courses/fall01/os/FILETIME.html</link>.
In short: <em>The FILETIME structure holds a date and time associated
with a file. The structure identifies a 64-bit integer specifying the

Loading…
Cancel
Save