Share via


NKSystemTimeToFileTime (Compact 2013)

10/16/2014

This function converts system time to file time format.

Syntax

BOOL NKSystemTimeToFileTime(
  LPSYSTEMTIME lpst,
  LPFILETIME lpft
);

Parameters

  • lpst
    [out] Pointer to the system time to convert.
  • lpft
    [out] Pointer to the FILETIME structure in which the converted value is returned.

Return Value

TRUE indicates success. FALSE indicates failure.

Remarks

This kernel function, a version of SystemTimeToFileTime, is made available in the OEM adaptation layer (OAL) to be called by device drivers. The pfnSystemTimeToFileTime member of NKGLOBAL points to this function.

Requirements

Header

nkintr.h

Library

Nkstub.lib

See Also

Reference

Kernel Functions Available to the OAL
NKFileTimeToSystemTime