EngQueryLocalTime function (winddi.h)

The EngQueryLocalTime function queries the local time.

Syntax

ENGAPI VOID EngQueryLocalTime(
  [out] PENG_TIME_FIELDS unnamedParam1
);

Parameters

[out] unnamedParam1

Pointer to an ENG_TIME_FIELDS structure that receives the local time.

Return value

None

Remarks

EngQueryLocalTime returns the time at the current locale in the ENG_TIME_FIELDS structure.

Requirements

Requirement Value
Minimum supported client Available in Windows 2000 and later versions of the Windows operating systems.
Target Platform Universal
Header winddi.h (include Winddi.h)
Library Win32k.lib
DLL Win32k.sys

See also

ENG_TIME_FIELDS