IDWriteFontFileStream.GetLastWriteTime

<summary> Obtains the last modified time of the file. The last modified time is used by DirectWrite font selection algorithms to determine whether one font resource is more up to date than another one. </summary> <param name="lastWriteTime">Receives the last modified time of the file in the format that represents the number of 100-nanosecond intervals since January 1, 1601 (UTC).</param> <returns> Standard HRESULT error code. For resources that don't have a concept of the last modified time, the implementation of GetLastWriteTime should return E_NOTIMPL. </returns>

interface IDWriteFontFileStream
extern (Windows)
HRESULT
GetLastWriteTime
()

Meta