CoFileTimeToDosDateTime
Converts a
FILETIME into MS-DOS date and time values.
BOOL CoFileTimeToDosDateTime(
FILETIME * lpFileTime,
| //Points to the FILETIME structure to be converted
|
LPWORD lpDosDate,
| //Points to the 16-bit MS-DOS date
|
LPWORD lpDosTime
| //Points to the 16-bit MS-DOS time
|
);
|
|
Parameters
lpFileTime
Points to the
FILETIME structure to be converted.
lpDosDate
Points to the 16-bit MS-DOS date.
lpDosTime
Points to the 16-bit MS-DOS time.
Return Values
TRUE
Indicates the
FILETIME structure was converted successfully.
FALSE
Indicates the
FILETIME structure was not converted successfully.
Comments
This is the inverse of the operation provided by the
CoDosDateTimeToFileTime function.
See Also
CoDosDateTimeToFileTime,
CoFileTimeNow
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database