UpdateResourceW method

int UpdateResourceW(
  1. Pointer<Void> hUpdate,
  2. Pointer<Uint16> lpType,
  3. Pointer<Uint16> lpName,
  4. int wLanguage,
  5. Pointer<Void> lpData,
  6. int cb,
)

Implementation

int UpdateResourceW(
  ffi.Pointer<ffi.Void> hUpdate,
  ffi.Pointer<ffi.Uint16> lpType,
  ffi.Pointer<ffi.Uint16> lpName,
  int wLanguage,
  ffi.Pointer<ffi.Void> lpData,
  int cb,
) {
  return _UpdateResourceW(
    hUpdate,
    lpType,
    lpName,
    wLanguage,
    lpData,
    cb,
  );
}