IAFS_FileInfo::CreationTime Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IAFS_FileInfo::CreationTime Property}}
 
{{#customTitle:IAFS_FileInfo::CreationTime Property}}
{{#parentPage:PXV:IAFS_FileInfo#Properties|CreationTime Property|property}}
+
{{#parentPage:PXV:IAFS_FileInfo#Properties|CreationTime|property}}
  
 
Gets the creation time of the file, in FILETIME format, represented as LONGLONG.
 
Gets the creation time of the file, in FILETIME format, represented as LONGLONG.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CreationTime([out, retval]  LONGLONG*  pTime);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CreationTime([out, retval]  LONGLONG*  nTime);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IAFS_FileInfo|IAFS_FileInfo]].
+
[[PXV:IAFS_FileInfo|IAFS_FileInfo]]

Latest revision as of 03:09, 15 June 2015

Gets the creation time of the file, in FILETIME format, represented as LONGLONG.

Syntax

HRESULT get_CreationTime([out, retval]  LONGLONG*  nTime);

See Also

IAFS_FileInfo