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 |
|
); |
Parameters
Return Values
Remarks
This is the inverse of the operation provided by the CoDosDateTimeToFileTime function.
See Also