Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
This function returns the current time as a FILETIME structure.
HRESULT CoFileTimeNow(FILETIME* lpFileTime);
Parameters
- lpFileTime
[out] Pointer to return the FILETIME structure.
Return Values
- S_OK
The current time was converted to a FILETIME structure.
Remarks
To determine whether the platform supports this function, see Determining Supported COM APIs.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Objbase.h.
Link Library: Ole32.lib.
See Also
Send Feedback on this topic to the authors