NotifyUILanguageChange method

int NotifyUILanguageChange(
  1. int dwFlags,
  2. Pointer<Uint16> pcwstrNewLanguage,
  3. Pointer<Uint16> pcwstrPreviousLanguage,
  4. int dwReserved,
  5. Pointer<Uint64> pdwStatusRtrn,
)

Implementation

int NotifyUILanguageChange(
  int dwFlags,
  ffi.Pointer<ffi.Uint16> pcwstrNewLanguage,
  ffi.Pointer<ffi.Uint16> pcwstrPreviousLanguage,
  int dwReserved,
  ffi.Pointer<ffi.Uint64> pdwStatusRtrn,
) {
  return _NotifyUILanguageChange(
    dwFlags,
    pcwstrNewLanguage,
    pcwstrPreviousLanguage,
    dwReserved,
    pdwStatusRtrn,
  );
}