MimeOleInetDateToFileTime Function
Do not use. On success, creates a file time from a specified Internet date. Input is in RFC822 format: "ddd, dd mmm yyyy hh:mm:ss +/- hhmm\0", such as "Tue, 21 Jan 1997 18:25:40 GMT". On failure, created file time defaults to current system time.
Syntax
HRESULT MimeOleInetDateToFileTime( __in LPCSTR pszDate, __out LPFILETIME pft );
Parameters
- pszDate [in]
-
Type: LPCSTR
Specifies a null-terminated string containing the Internet date.
- pft [out]
-
Type: LPFILETIME
Returns a FILETIME structure containing the file time.
Return Value
Type: HRESULT
Returns one of the following values.
| Return code | Description |
|---|---|
|
Indicates success. |
|
Indicates pszDate or pft is NULL. |
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Product | Outlook Express 6.0 |
|
Header |
|
|
Library |
|
|
DLL |
|
Send comments about this topic to Microsoft
Build date: 6/30/2011