UpdateICMRegKeyA method

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

Implementation

int UpdateICMRegKeyA(
  int reserved,
  ffi.Pointer<ffi.Int8> lpszCMID,
  ffi.Pointer<ffi.Int8> lpszFileName,
  int command,
) {
  return _UpdateICMRegKeyA(
    reserved,
    lpszCMID,
    lpszFileName,
    command,
  );
}