IAFS_FileInfo::LastWriteTime Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IAFS_FileInfo::LastWriteTime Property}}
 
{{#customTitle:IAFS_FileInfo::LastWriteTime Property}}
 
{{#parentPage:PXV:IAFS_FileInfo#Properties|LastWriteTime|property}}
 
{{#parentPage:PXV:IAFS_FileInfo#Properties|LastWriteTime|property}}
{{ToReview}}
 
  
 
Gets the time of the last write to the file, in FILETIME format, represented as LONGLONG.  
 
Gets the time of the last write to the file, in FILETIME format, represented as LONGLONG.  

Revision as of 13:05, 28 May 2015

Gets the time of the last write to the file, in FILETIME format, represented as LONGLONG.

Syntax

HRESULT get_LastWriteTime([out, retval]  LONGLONG*  pTime);

See Also

IAFS_FileInfo