NotifyUILanguageChange method
Implementation
int NotifyUILanguageChange(
int dwFlags,
ffi.Pointer<ffi.Uint16> pcwstrNewLanguage,
ffi.Pointer<ffi.Uint16> pcwstrPreviousLanguage,
int dwReserved,
ffi.Pointer<ffi.Uint64> pdwStatusRtrn,
) {
return (_NotifyUILanguageChange ??= _dylib.lookupFunction<
_c_NotifyUILanguageChange,
_dart_NotifyUILanguageChange>('NotifyUILanguageChange'))(
dwFlags,
pcwstrNewLanguage,
pcwstrPreviousLanguage,
dwReserved,
pdwStatusRtrn,
);
}