Scroll to navigation

CoFileTimeNow(3w) Wine API CoFileTimeNow(3w)

NAME

CoFileTimeNow (OLE32.@)

SYNOPSIS

HRESULT CoFileTimeNow
(
FILETIME* lpFileTime
)
 

DESCRIPTION

Retrieves the current time in FILETIME format.
 

PARAMS

lpFileTime [Out] The current time.
 

RETURNS

S_OK.
 

IMPLEMENTATION

Declared in "objbase.h".
Implemented in "dlls/ole32/compobj.c".
Debug channel "ole".
Oct 2012 Wine API