Expand Minimize
This topic has not yet been rated - Rate this topic

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 codeDescription
S_OK

Indicates success.

E_INVALIDARG

Indicates pszDate or pft is NULL.

 

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

Product

Outlook Express 6.0

Header

Mimeole.h

Library

Inetcomm.lib

DLL

Inetcomm.dll (version 6.0 or later)

 

 

Send comments about this topic to Microsoft

Build date: 6/30/2011

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.