HrCreateDateTimeString

The HrCreateDateTimeString function creates a string containing the time from a MAPI FILETIME structure.

Quick Info

Header file: MSGEMIT.H
Library: MSGEMIT.LIB
Unicode: Yes

HRESULT HrCreateDateTimeString(
  LPFILETIME lpFileTime  
  LPSTR * lppTimeString  
);
 

Parameters

lpFileTime
Input parameter. Points to the FILETIME structure containing the time.
lppTimeString
Output parameter. Points to a pointer to the string buffer where the converted time is stored.

Return Values

See Return Values.

Remarks

For more information on the FILETIME structure, see the MAPI Programmer's Reference.