Converts a FILETIME into MS-DOS date and time values.
BOOL CoFileTimeToDosDateTime(
FILETIME * lpFileTime,
//Pointer to the structure to be converted
LPWORD lpDosDate, //Pointer to the 16-bit MS-DOS date
LPWORD lpDosTime //Pointer to the 16-bit MS-DOS time
);
This is the inverse of the operation provided by the CoDosDateTimeToFileTime function.
Windows NT: Use version 3.1 or later.
Windows: Use Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in objbase.h.
Import Library: Included as a resource in ole32.dll.
CoDosDateTimeToFileTime, CoFileTimeNow