Load into the specified time the time in the specified lpFileTime. Return 0 on success, and a non-zero value otherwise. Note that the time is reported in UTC.
Declared in <bdls_filesystemutil_windowsimputil.h>
static
int
convertFileTimeToDatetime(
bdlt::Datetime* time,
LPFILETIME const lpFileTime);
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| time | receives the converted time in UTC |
| lpFileTime | Windows FILETIME value to convert |