NAME

GetTimeFormatW  (KERNEL32.@)

SYNOPSIS

 INT GetTimeFormatW
 (
  LCID              lcid,
  DWORD             dwFlags,
  const SYSTEMTIME* lpTime,
  LPCWSTR           lpFormat,
  LPWSTR            lpTimeStr,
  INT               cchOut
 )

DESCRIPTION

See GetTimeFormatA.

IMPLEMENTATION

Defined in "winnls.h".

Implemented in "dlls/kernel32/lcformat.c". source.winehq.org/source/dlls/kernel32/lcformat.c

Debug channel "nls".


Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.