Function kernel32::GetTimeFormatA
[−]
[src]
pub unsafe extern "system" fn GetTimeFormatA(
Locale: LCID,
dwFlags: DWORD,
lpTime: *const SYSTEMTIME,
lpFormat: LPCSTR,
lpTimeStr: LPSTR,
cchTime: c_int
) -> c_int