webview2_com_sys::Windows::Win32::Globalization

Function GetTimeFormatEx

Source
pub unsafe fn GetTimeFormatEx<'a>(
    lplocalename: impl IntoParam<'a, PWSTR>,
    dwflags: TIME_FORMAT_FLAGS,
    lptime: *const SYSTEMTIME,
    lpformat: impl IntoParam<'a, PWSTR>,
    lptimestr: PWSTR,
    cchtime: i32,
) -> i32