UpdateICMRegKeyW method

int UpdateICMRegKeyW(
  1. int reserved,
  2. Pointer<Uint16> lpszCMID,
  3. Pointer<Uint16> lpszFileName,
  4. int command,
)

Implementation

int UpdateICMRegKeyW(
  int reserved,
  ffi.Pointer<ffi.Uint16> lpszCMID,
  ffi.Pointer<ffi.Uint16> lpszFileName,
  int command,
) {
  return _UpdateICMRegKeyW(
    reserved,
    lpszCMID,
    lpszFileName,
    command,
  );
}